Fix: Placed the list buttons horizontally on desktop
This commit is contained in:
parent
a142a3d64e
commit
10e4e514bf
1 changed files with 6 additions and 0 deletions
|
|
@ -279,11 +279,17 @@ html {
|
|||
}
|
||||
|
||||
.listViewUserDataButtons {
|
||||
/* flex-direction: column; */
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.layout-mobile .listViewUserDataButtons {
|
||||
flex-direction: column;
|
||||
font-size: x-small;
|
||||
}
|
||||
|
||||
.listItem-largeImage[data-type="Episode"] .listViewUserDataButtons {
|
||||
flex-direction: column;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue