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 {
|
.listViewUserDataButtons {
|
||||||
|
/* flex-direction: column; */
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-mobile .listViewUserDataButtons {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size: x-small;
|
font-size: x-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listItem-largeImage[data-type="Episode"] .listViewUserDataButtons {
|
.listItem-largeImage[data-type="Episode"] .listViewUserDataButtons {
|
||||||
|
flex-direction: column;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue