Update icon sizes for NF 3.2.1

NerdFonts v3.2.1 made the FontAwesome icons (compared to both v3.1.1 and v3.2.0)
significantly larger. The icons are now set to a size which roughly
matches that of v3.1.1.
This commit is contained in:
scorpion-26 2024-04-14 17:26:30 +02:00
parent 6dd1ee6783
commit 9cac3ab67a
2 changed files with 14 additions and 14 deletions

View file

@ -41,7 +41,7 @@ menu {
} }
.lock-button { .lock-button {
font-size: 28px; font-size: 22px;
color: #6272a4; color: #6272a4;
} }
@ -51,7 +51,7 @@ menu {
} }
.power-button { .power-button {
font-size: 28px; font-size: 25px;
color: #ff5555; color: #ff5555;
} }
@ -267,27 +267,27 @@ highlight {
.ws-dead { .ws-dead {
color: #44475a; color: #44475a;
font-size: 16px; font-size: 14px;
} }
.ws-inactive { .ws-inactive {
color: #6272a4; color: #6272a4;
font-size: 16px; font-size: 14px;
} }
.ws-visible { .ws-visible {
color: #8be9fd; color: #8be9fd;
font-size: 16px; font-size: 14px;
} }
.ws-current { .ws-current {
color: #f1fa8c; color: #f1fa8c;
font-size: 16px; font-size: 14px;
} }
.ws-active { .ws-active {
color: #50fa7b; color: #50fa7b;
font-size: 16px; font-size: 14px;
} }
@keyframes connectanim { @keyframes connectanim {

View file

@ -65,7 +65,7 @@ menu {
color: $darkblue; color: $darkblue;
} }
.lock-button { .lock-button {
font-size: 28px; font-size: 22px;
color: $darkblue; color: $darkblue;
} }
@ -76,7 +76,7 @@ menu {
} }
.power-button { .power-button {
font-size: 28px; font-size: 25px;
color: $red; color: $red;
} }
@ -304,23 +304,23 @@ highlight {
.ws-dead { .ws-dead {
color: $inactive; color: $inactive;
font-size: $textsize; font-size: 14px;
} }
.ws-inactive { .ws-inactive {
color: $darkblue; color: $darkblue;
font-size: $textsize; font-size: 14px;
} }
.ws-visible { .ws-visible {
color: $cyan; color: $cyan;
font-size: $textsize; font-size: 14px;
} }
.ws-current { .ws-current {
color: $yellow; color: $yellow;
font-size: $textsize; font-size: 14px;
} }
.ws-active { .ws-active {
color: $green; color: $green;
font-size: $textsize; font-size: 14px;
} }
// Bluetooth Widget // Bluetooth Widget