loof2736 / scyfin

Custom theme for Jellyfin WebUI
GNU General Public License v3.0
260 stars 28 forks source link

Navbar improvements #26

Closed Nicolas-Gth closed 4 months ago

Nicolas-Gth commented 4 months ago
  1. The h3 heading has margin even when it's empty, which creates this ugly space : image

  2. The right and left headers are unaligned due to uneven margin spaces : image

This is my fix:

@media (max-width: 1599px) {
  .layout-desktop .headerLeft:not(.libraryDocument:has(.videoPlayerContainer) .headerLeft) {
   margin-bottom: 10px !important;
   margin-left: 15px !important;
 }
}

.layout-desktop .headerLeft:not(.libraryDocument:has(.videoPlayerContainer) .headerLeft) {
  margin-bottom: 10px !important;
}
loof2736 commented 4 months ago

Padding and alignment fixed in v1.4.3