diff --git a/assets/styles/layout/_content.scss b/assets/styles/layout/_content.scss index b9858eeff..10012dc3f 100644 --- a/assets/styles/layout/_content.scss +++ b/assets/styles/layout/_content.scss @@ -5,6 +5,7 @@ .layout-content-slot { flex: 1 1 auto; width: 1%; + padding-top: .5rem; } } diff --git a/assets/styles/layout/_sidebar.scss b/assets/styles/layout/_sidebar.scss index 595991f81..ef1d01601 100644 --- a/assets/styles/layout/_sidebar.scss +++ b/assets/styles/layout/_sidebar.scss @@ -19,7 +19,7 @@ nav { padding: 0; - margin: -.5rem 0 0 0; + margin: 0; flex-grow: 1; } @@ -30,6 +30,7 @@ > li { margin-bottom: .25rem; + > button, > a { display: flex;