diff options
author | johannst <johannst@users.noreply.github.com> | 2023-12-12 23:48:13 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2023-12-12 23:48:13 +0000 |
commit | 4823b8018688092416b3cd4ba9f4f7f86789eedd (patch) | |
tree | 38be00071929fa6e23274101c3327b46170e5052 /css/variables.css | |
parent | b0991484624c0ddd4bdd45eb64619144f189b42a (diff) | |
download | notes-4823b8018688092416b3cd4ba9f4f7f86789eedd.tar.gz notes-4823b8018688092416b3cd4ba9f4f7f86789eedd.zip |
deploy: 4ed29d46d45a751071d89be37c87de71204efda4
Diffstat (limited to 'css/variables.css')
-rw-r--r-- | css/variables.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/variables.css b/css/variables.css index 10a7590..0da55e8 100644 --- a/css/variables.css +++ b/css/variables.css @@ -3,6 +3,8 @@ :root { --sidebar-width: 300px; + --sidebar-resize-indicator-width: 8px; + --sidebar-resize-indicator-space: 2px; --page-padding: 15px; --content-max-width: 750px; --menu-bar-height: 50px; |