add some media queries to improve main UI on small-width devices

This commit is contained in:
Andrew Dolgov
2021-03-11 19:26:19 +03:00
parent a4da2f1e62
commit f67d2623b7
10 changed files with 137 additions and 8 deletions
+10
View File
@@ -155,6 +155,16 @@ body.ttrss_prefs {
}
}
@media (max-width: @breakpoint-lg) {
label.checkbox {
min-width : 200px ! important;
}
.version {
display : none;
}
}
.actions {
flex-grow : 2;
text-align: right;