From 7d0776e598bc012d734a31fea28af9b87e821dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 4 Apr 2020 18:52:48 +0200 Subject: [PATCH] Make expand buttons for treeview bigger on mobile view. This should make it easier to press it on a touch screen. --- assets/css/app.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/assets/css/app.css b/assets/css/app.css index 296d0bd5..7b664f9d 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -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; }