Use more space in sidebar

Reduce left and right padding
This commit is contained in:
eikek 2021-07-25 13:42:57 +02:00
parent 912104ce49
commit a6c0af93e8

View File

@ -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 (..) module Styles exposing (..)
sidebar : String sidebar : String
sidebar = 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 sidebarBg : String
@ -299,7 +300,7 @@ border =
header1 : String header1 : String
header1 = 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 header2 : String