mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-29 20:14:00 +00:00
Misc Frontend Updates
This commit is contained in:
@@ -33,6 +33,24 @@
|
||||
|
||||
@media only screen and (max-width: $breakpointSmall) {
|
||||
.footer {
|
||||
.leftButtons,
|
||||
.centerButtons,
|
||||
.rightButtons {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.leftButtons {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.centerButtons {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.rightButtons {
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
a,
|
||||
button {
|
||||
margin-left: 0;
|
||||
|
||||
Reference in New Issue
Block a user