add some media queries to improve main UI on small-width devices
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user