Make expand buttons for treeview bigger on mobile view.

This should make it easier to press it on a touch screen.
This commit is contained in:
Jan Böhmer 2020-04-04 18:52:48 +02:00
parent fca2ad9d99
commit 7d0776e598

View file

@ -550,6 +550,13 @@ span.highlight {
font-size: 12px;
}
@media (max-width: 768px) {
.treeview span.icon {
width: 20px !important;
height: 20px !important;
}
}
.fa-treeview {
line-height: 1.428;
}