Skip to content

Commit

Permalink
removes uppercase in side menus
Browse files Browse the repository at this point in the history
  • Loading branch information
lowPolySkeleton committed Jul 12, 2024
1 parent ef8b58f commit 088a261
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/dim-ui/PageWithMenu.m.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
.menuHeader {
margin-bottom: 4px;
padding-bottom: 1px;
margin-top: 8px;
margin-top: 20px;
letter-spacing: 1px;
text-transform: uppercase;
border-bottom: 0.5px solid #666;
Expand Down Expand Up @@ -133,7 +133,6 @@
> span:not(:global(.app-icon)) {
flex: 1;
display: block;
text-transform: uppercase;
letter-spacing: 1px;
}
}

0 comments on commit 088a261

Please sign in to comment.