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

Fix padding issues in the metadata manager

This commit is contained in:
Bill Thornton 2024-10-10 10:59:00 -04:00
parent c6b4d41535
commit 2235d162e7
3 changed files with 7 additions and 3 deletions

View file

@ -56,7 +56,7 @@
@media all and (min-width: 50em) {
.editPageSidebar {
position: fixed;
top: 5.2em;
top: 3.25rem;
bottom: 0;
width: 30%;
display: block;