Skip to content

Commit

Permalink
Merge pull request #17 from rocicorp/safari
Browse files Browse the repository at this point in the history
Fix nav rendering on Safari.
  • Loading branch information
aboodman committed Mar 4, 2021
2 parents 4a14f24 + c58da22 commit bef5199
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/nav.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.nav {
display: flex;
background: rgb(44, 44, 44);
flex: 0 0 auto;
}

.button {
Expand All @@ -27,7 +28,7 @@
margin-top: auto;
margin-bottom: auto;
padding: 0 10px;
height: 30px;
height: 25px;
align-items: center;
font-family: "Inter", sans-serif;
font-size: 13px;
Expand Down

0 comments on commit bef5199

Please sign in to comment.