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

Deployed music player fixes

This commit is contained in:
Hadi Charara 2022-07-08 22:25:41 -04:00
parent db98c42956
commit ece21d0de0
6 changed files with 27 additions and 22 deletions

View file

@ -100,7 +100,8 @@
}
.actionsheetMenuItemIcon {
margin: 0 0.85em 0 0.45em !important;
margin-block: 0 !important;
margin-inline: 0.45em 0.85em !important;
padding: 0 !important;
}
@ -111,5 +112,5 @@
.btnCloseActionSheet {
position: fixed;
top: 0.75em;
left: 0.5em;
inset-inline-start: 0.5em;
}