From 18c54aa8c65f680b394b1d7f2971b8853d0fc88a Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 19 Jul 2023 11:45:34 +0200 Subject: [PATCH] logviewer: hide some buttons on mobile to avoid overflow --- frontend/src/components/LogsViewer.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/LogsViewer.vue b/frontend/src/components/LogsViewer.vue index fa653fc24..8a30f5b98 100644 --- a/frontend/src/components/LogsViewer.vue +++ b/frontend/src/components/LogsViewer.vue @@ -10,9 +10,9 @@ @@ -167,6 +167,12 @@ body { cursor: text; } +@media (max-width: 641px) { + .hide-phone { + display: none !important; + } +} + .cloudron-top { background-color: black; color: white;