mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-11-07 23:35:25 +00:00
Fix: Placed the list buttons horizontally on desktop
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user