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