mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Adjusted the width of My Media (Small) buttons to prevent wrapping on small screens
This commit is contained in:
@@ -353,6 +353,16 @@ h1 {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 50em) {
|
||||
.homeLibraryButton {
|
||||
width: 45% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.homeLibraryButton {
|
||||
min-width: 15%;
|
||||
}
|
||||
|
||||
@media (orientation: landscape) and (min-width: 40em) {
|
||||
.layout-mobile .itemBackdrop {
|
||||
height: 40vh;
|
||||
|
Reference in New Issue
Block a user