Skip to content

Commit

Permalink
fix(css): svg size in nav_secondary (PR #2564)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-lemeur authored Sep 23, 2024
1 parent 525ac6a commit 0506210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/assets/styles/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@
.nav_secondary svg {
display: inline-block;
position: relative;
width: 35px;
height: 35px;
// width: 35px;
// height: 35px;
}

.nav_secondary svg:nth-child(2) {
Expand Down

0 comments on commit 0506210

Please sign in to comment.