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

Remove margin from Favorite button in title

Previosly, the `listItemButton` class removed it.
This commit is contained in:
Dmitry Lyzo 2024-04-05 00:03:18 +03:00 committed by Dmitry Lyzo
parent ed9bf4a665
commit b0f295d6e6

View file

@ -351,16 +351,16 @@
.nowPlayingInfoControls .nowPlayingPageUserDataButtonsTitle button {
padding-top: 0;
border-radius: 0;
margin-left: 0;
margin-right: 0;
[dir="ltr"] & {
padding-right: 0;
margin-right: 0;
float: right;
}
[dir="rtl"] & {
padding-left: 0;
margin-left: 0;
float: left;
}
}