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:
parent
d1e482946f
commit
89d340e86f
1 changed files with 1 additions and 1 deletions
|
@ -784,7 +784,7 @@ button::-moz-focus-inner {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 0.5em;
|
padding: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardOverlayButtonIcon-hover {
|
.cardOverlayButtonIcon-hover {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue