diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index b404ced3..b76b2e57 100644 --- a/static/style.css +++ b/static/style.css @@ -226,4 +226,24 @@ td.right-border, th.right-border { textarea.fira-code { line-height: 1.3 !important; +} + +#wiki-sidebar { + transition: width ease 1s; +} + +#wiki-sidebar-button { + color: white; + height: 3rem; + width: 3rem; + min-height: 3rem; + min-width: 3rem; + align-items: center; + justify-content: center; + /*box-shadow: unset; */ + border: 1px solid rgba(0, 0, 0, 0.11); +} + +.code{ + overflow-x: scroll; }
\ No newline at end of file |