Merge pull request #3245 from aignatov-bio/ai-sci-5628-fix-css-for-repositories

Fix css for repository header [SCI-5628]
This commit is contained in:
Miha Mencin 2021-04-06 10:28:56 +02:00 committed by GitHub
commit 1b7845b6b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;