UI enhancements on mobile (#6180)

* Set fallback font for log viewer

* Enable logo scaling in About view

* Don't split "dependency list" into 2 columns on mobile
This commit is contained in:
Mateusz Ż
2019-11-23 13:25:25 +01:00
committed by Audrius Butkevicius
parent 65d4dd32cb
commit e2f6d0d6c4
3 changed files with 8 additions and 2 deletions

View File

@@ -356,6 +356,12 @@ ul.three-columns li, ul.two-columns li {
* columns. */
white-space: normal;
}
.two-columns {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
}
@media (max-width:479px) {