From a6c0af93e8bddd97d39685be31c56b69f97709f1 Mon Sep 17 00:00:00 2001 From: eikek Date: Sun, 25 Jul 2021 13:42:57 +0200 Subject: [PATCH] Use more space in sidebar Reduce left and right padding --- modules/webapp/src/main/elm/Styles.elm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/webapp/src/main/elm/Styles.elm b/modules/webapp/src/main/elm/Styles.elm index 7653e04f..9fa740b6 100644 --- a/modules/webapp/src/main/elm/Styles.elm +++ b/modules/webapp/src/main/elm/Styles.elm @@ -1,15 +1,16 @@ {- - Copyright 2020 Docspell Contributors + Copyright 2020 Docspell Contributors - SPDX-License-Identifier: GPL-3.0-or-later + SPDX-License-Identifier: GPL-3.0-or-later -} + module Styles exposing (..) sidebar : String sidebar = - " flex flex-col flex-none md:w-80 w-full min-h-max px-4 dark:text-gray-200 shadow overflow-y-auto h-full transition-opacity transition-duration-200 scrollbar-thin scrollbar-light-sidebar dark:scrollbar-dark-sidebar" + " flex flex-col flex-none md:w-80 w-full min-h-max px-2 dark:text-gray-200 shadow overflow-y-auto h-full transition-opacity transition-duration-200 scrollbar-thin scrollbar-light-sidebar dark:scrollbar-dark-sidebar" sidebarBg : String @@ -299,7 +300,7 @@ border = header1 : String header1 = - " text-3xl mt-3 mb-5 font-semibold tracking-wide " + " text-3xl mt-3 mb-5 font-semibold tracking-wide break-all" header2 : String