1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix hover buttons layout on portraitCard

In the collection screen, the hover buttons for movies was not inline (on a 1080 screen).
I have reduced the padding by 0.05 em on the cardOverlayButton-hover so the icons will fit on one line at the bottom of the postcard
This commit is contained in:
sorinyo2004 2020-02-29 15:55:28 +02:00 committed by GitHub
parent d1e482946f
commit 89d340e86f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -784,7 +784,7 @@ button::-moz-focus-inner {
opacity: 0;
transition: 0.2s;
background: transparent;
padding: 0.5em;
padding: 0.25em;
}
.cardOverlayButtonIcon-hover {