mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 10:59:33 +00:00
Use more space in sidebar
Reduce left and right padding
This commit is contained in:
parent
912104ce49
commit
a6c0af93e8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user