Change all pixel definitions to responsive 'rem'.

This commit is contained in:
Jas Singh
2024-06-18 00:23:37 -07:00
parent 77811a75a2
commit d2d5d82ff1
17 changed files with 139 additions and 154 deletions

View File

@@ -1,7 +1,7 @@
@import "../colors";
.systray button:not(:first-child) {
margin-left: 10px;
margin-left: 0.75rem;
}
.systray-menu {
@@ -9,7 +9,7 @@
}
.systray-menu label {
font-weight: bold;
color: $lavender;
color: $text;
}
.systray-menu separator {