Fix: Adjusted the width of My Media (Small) buttons to prevent wrapping on small screens
This commit is contained in:
parent
41468099fc
commit
646dae0b7b
1 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue