Closed Nicolas-Gth closed 4 months ago
The h3 heading has margin even when it's empty, which creates this ugly space :
The right and left headers are unaligned due to uneven margin spaces :
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; }
Padding and alignment fixed in v1.4.3
The h3 heading has margin even when it's empty, which creates this ugly space :
The right and left headers are unaligned due to uneven margin spaces :
This is my fix: