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

View file

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