Fix: Adjusted the width of My Media (Small) buttons to prevent wrapping on small screens

This commit is contained in:
lscambo13
2025-01-01 11:42:30 -08:00
parent 41468099fc
commit 646dae0b7b

View File

@@ -353,6 +353,16 @@ h1 {
} }
} }
@media (max-width: 50em) {
.homeLibraryButton {
width: 45% !important;
}
}
.homeLibraryButton {
min-width: 15%;
}
@media (orientation: landscape) and (min-width: 40em) { @media (orientation: landscape) and (min-width: 40em) {
.layout-mobile .itemBackdrop { .layout-mobile .itemBackdrop {
height: 40vh; height: 40vh;