Skip to content

Commit

Permalink
Show compact version of user menu at 1000px
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtmagnus committed Nov 22, 2024
1 parent 41c2338 commit 1798c90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/main-v2.css
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@ pre.arguments > div {
content: "\2715";
}

@media (max-width: 800px) {
@media (max-width: 1000px) {
header #user-menu {
position: absolute;
width: 100%;
Expand All @@ -1884,6 +1884,7 @@ pre.arguments > div {
justify-content: center;
display: flex;
top: 56px;
padding: 8px 0;
display: none;
}

Expand Down

0 comments on commit 1798c90

Please sign in to comment.