Skip to content

Commit

Permalink
less fat navbar, less ugly logo
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Dec 23, 2023
1 parent d7887dd commit afe3acf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
Binary file modified public/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Navbar extends Component {
background-color: var(--primary);
}
header {
height: 100%;
height: 60px;
max-width: var(--max-width);
padding: 8px;
margin: auto;
Expand Down
2 changes: 1 addition & 1 deletion public/components/UserIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ button {
z-index: 1;
top: 110%;
left: 0;
margin-left: -100%;
margin-left: -230%;
}
.popup::after {
content: "";
Expand Down
9 changes: 9 additions & 0 deletions public/styles/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,13 @@
font-family: var(--font-family);
margin: 0;
padding: 0;
}

img {
/* Don't allow selecting or dragging */
-webkit-user-drag: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

0 comments on commit afe3acf

Please sign in to comment.