Skip to content

Commit

Permalink
Update menu font size for mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr committed Jun 7, 2024
1 parent 08a22be commit 7108cea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/renderer/components/ft-settings-menu/ft-settings-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,16 @@
@media only screen and (width <= 1015px) and (height <= 830px),
only screen and (width <= 500px) {
.settingsMenu {
font-size: 18px;
font-size: 25px;
}

.titleIcon {
inline-size: 18px;
block-size: 18px;
inline-size: 25px;
block-size: 25px;
margin-inline-end: 5px;
}

.header {
font-size: 22px;
font-size: 25px;
}
}

0 comments on commit 7108cea

Please sign in to comment.