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;