diff --git a/app/assets/stylesheets/repositories.scss b/app/assets/stylesheets/repositories.scss index ed9fe5b69..648fac245 100644 --- a/app/assets/stylesheets/repositories.scss +++ b/app/assets/stylesheets/repositories.scss @@ -133,12 +133,12 @@ display: flex; flex-grow: 1; flex-wrap: nowrap; - height: 5em; + height: 6em; left: var(--repository-sidebar-margin); overflow: hidden; - padding: 0 2em; + padding: 1em 2em 0; position: fixed; - top: calc(5em + var(--navbar-height)); + top: calc(4em + var(--navbar-height)); transition: .4s $timing-function-sharp; width: calc(100% - var(--repository-sidebar-margin)); z-index: 90;