From fb7925f7a87b47d2f7e9d3372635f5f1c690b3e4 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Fri, 24 Oct 2025 20:52:55 +0200 Subject: [PATCH] improved css Signed-off-by: Stephan Richter --- web/src/main/resources/web/css/bloodshed.css | 17 +++++++++++------ web/src/main/resources/web/css/default.css | 5 +++++ web/src/main/resources/web/css/winter.css | 5 +++++ 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/web/src/main/resources/web/css/bloodshed.css b/web/src/main/resources/web/css/bloodshed.css index 57dde11..bafd591 100644 --- a/web/src/main/resources/web/css/bloodshed.css +++ b/web/src/main/resources/web/css/bloodshed.css @@ -54,12 +54,12 @@ footer { } nav { - position: sticky; - z-index: 100; - top: 0; - padding: 5px; - margin: 0 0 10px 0; - border-bottom: 1px solid; + position: sticky; + z-index: 100; + top: 0; + padding: 5px; + margin: 0 0 10px 0; + border-bottom: 1px solid; } td, tr{ @@ -299,6 +299,11 @@ span.timetracking { grid-template-columns: 1fr 1fr; column-gap: 10px; } + +.markdown .editable{ + min-height: 20px; +} + .markdown .buttons, .markdown .hint{ grid-column-end: span 2; diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index 57dde11..e5e4e60 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -299,6 +299,11 @@ span.timetracking { grid-template-columns: 1fr 1fr; column-gap: 10px; } + +.markdown .editable{ + min-height: 20px; +} + .markdown .buttons, .markdown .hint{ grid-column-end: span 2; diff --git a/web/src/main/resources/web/css/winter.css b/web/src/main/resources/web/css/winter.css index 57dde11..e5e4e60 100644 --- a/web/src/main/resources/web/css/winter.css +++ b/web/src/main/resources/web/css/winter.css @@ -299,6 +299,11 @@ span.timetracking { grid-template-columns: 1fr 1fr; column-gap: 10px; } + +.markdown .editable{ + min-height: 20px; +} + .markdown .buttons, .markdown .hint{ grid-column-end: span 2;