mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #259] Bug: Cover Margins #190
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#190
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BernardGoldberger on GitHub (Mar 6, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/259
Good Evening
Environment: Master branch, Windows, Opera & firefox.
When the mouse is in the Album cover area there are margins side to side

But when the mouse is out of the Albums cover area there are no margins

When I make a screen shot my mouse is not included so I marked the hover area.
@phanan commented on GitHub (Mar 6, 2016):
This is because the main scroll area has a
hoverevent bound to show or hide the (ugly on Windows) scrollbar. Don't think it's a bug, but if you have a way to make Windows scrollbars prettier without an extra library, I'm happy to hear.@BernardGoldberger commented on GitHub (Mar 14, 2016):
I'm not sure when changes were made for the scrollbar in windows but it looks really nice now.
Thank You
@phanan commented on GitHub (Mar 14, 2016):
Yeah, I added some
--webkithacks for the scrollbars. ;)