Skip to content

Commit

Permalink
Increased navigation rail width
Browse files Browse the repository at this point in the history
  • Loading branch information
codeaid committed May 4, 2024
1 parent b857534 commit a260e61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Header/Header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
background: var(--color-bg-dark);
display: grid;
filter: var(--dropshadow-default);
grid-template-columns: calc(200px + 4rem) 1fr 200px;
grid-template-columns: calc(200px + 4.5rem) 1fr 200px;
padding: 0 1em;
z-index: 15;
}
Expand Down
6 changes: 3 additions & 3 deletions src/components/NavigationRail/NavigationRail.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
flex-direction: column;
font-size: 1rem;
padding: 1rem 0;
width: 4rem;
width: 4.5rem;
}

.NavigationRailMenu {
Expand All @@ -26,7 +26,7 @@

.NavigationRailMenuItemIcon {
fill: var(--font-color);
font-size: 1.6em;
font-size: 1.4em;
}

.NavigationRailMenuItem:hover .NavigationRailMenuItemIcon {
Expand All @@ -47,7 +47,7 @@

.NavigationRailMenuItemLabel {
color: var(--font-color);
font-size: 0.75em;
font-size: 0.8em;
margin-top: 0.1em;
text-align: center;
}
Expand Down

0 comments on commit a260e61

Please sign in to comment.