Merge pull request #139 from susnux/fix/small-navigation

Fix navigation for small screens
This commit is contained in:
zjedi 2023-04-06 16:10:46 +02:00 committed by GitHub
commit ac8ea31837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -11,8 +11,8 @@
top: 0px;
left: 0px;
flex-wrap: wrap;
max-width: 100vw;
width: fit-content;
flex-direction: row;
width: 100vw;
z-index: 99999;
background: var(--color-background);
border-radius: 0;

View file

@ -120,6 +120,7 @@ body {
border-radius: 0 25px 20px 0;
padding: 1em 1.5em;
display: none;
flex-direction: column;
position: fixed;
top: 40px;
z-index: 99999;