diff --git a/css/basic.css b/css/basic.css index cacb8eb..682a1b7 100644 --- a/css/basic.css +++ b/css/basic.css @@ -9,15 +9,14 @@ z-index: 1; overflow-x: hidden; overflow-y: auto; - max-height:95vh; + height:100vh; font-size: 1rem; background-color: var(--accent-bg); - border: 1px solid var(--border); + border-right: 1px solid var(--border); box-shadow: 0 1px 1px 3px rgba(0,0,0,0.1); - border-radius: var(--standard-border-radius); text-align:left; padding: 1em; - margin: .5rem; + margin: 0; opacity: 0; visibility: hidden; transition: 0.5s; @@ -35,7 +34,7 @@ #dokuwiki__sidebar_content, #dokuwiki__searchform { margin-bottom: 1em; - padding: .5em; + padding: 1em; border: 1px solid var(--border); border-radius: var(--standard-border-radius); } @@ -111,6 +110,9 @@ #dokuwiki__pagetools { margin-top: 1em; } +#dokuwiki__pagetools ul { + padding-left: 1em; +} /* edit */ button.toolbutton {