From 8aec0f52ba60109e2c23225fb8df10f4f34fae7e Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 12 Jul 2023 20:44:56 +0200 Subject: [PATCH] logs: some style improvments --- frontend/src/components/LogsViewer.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/LogsViewer.vue b/frontend/src/components/LogsViewer.vue index 656afcc9a..7e6a43468 100644 --- a/frontend/src/components/LogsViewer.vue +++ b/frontend/src/components/LogsViewer.vue @@ -5,13 +5,13 @@ @@ -143,6 +143,10 @@ body { background-color: black; } +.title { + font-size: 20px; +} + .cloudron-layout-body { cursor: text; }