From 927649bba695e0d2e8095b523e84a7cac4df9cff Mon Sep 17 00:00:00 2001 From: Lars Westermann Date: Tue, 11 Jun 2019 14:25:41 +0200 Subject: [PATCH] Change style --- src/jsMain/resources/style/components/_calendar.scss | 2 ++ src/jsMain/resources/style/components/_table-layout.scss | 1 + src/jsMain/resources/style/components/_wall.scss | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/jsMain/resources/style/components/_calendar.scss b/src/jsMain/resources/style/components/_calendar.scss index 2b02f24..90c9f3c 100644 --- a/src/jsMain/resources/style/components/_calendar.scss +++ b/src/jsMain/resources/style/components/_calendar.scss @@ -258,6 +258,8 @@ padding: 0 0.5rem; + border: solid 1px var(--background-secondary-color); + &::after { content: attr(data-language); bottom: 0; diff --git a/src/jsMain/resources/style/components/_table-layout.scss b/src/jsMain/resources/style/components/_table-layout.scss index 3e94b01..5895cd4 100644 --- a/src/jsMain/resources/style/components/_table-layout.scss +++ b/src/jsMain/resources/style/components/_table-layout.scss @@ -3,6 +3,7 @@ .table-layout-search { float: left; padding-bottom: 0.5rem !important; + margin-bottom: 1rem !important; } .table-layout-action { diff --git a/src/jsMain/resources/style/components/_wall.scss b/src/jsMain/resources/style/components/_wall.scss index d493d49..d276c2b 100644 --- a/src/jsMain/resources/style/components/_wall.scss +++ b/src/jsMain/resources/style/components/_wall.scss @@ -39,6 +39,7 @@ top: 0 !important; margin-top: -0.5rem !important; bottom: 0 !important; + line-height: initial; } .calendar-entry::after { @@ -65,7 +66,7 @@ flex-basis: 0; flex-grow: 1; flex-shrink: 1; - line-height: 2rem; + line-height: initial; width: 100% !important; &:first-child {