From 9cac3ab67acb6a8093f99f25673d62f8748bedc7 Mon Sep 17 00:00:00 2001 From: scorpion-26 Date: Sun, 14 Apr 2024 17:26:30 +0200 Subject: [PATCH] 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. --- css/style.css | 14 +++++++------- css/style.scss | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/css/style.css b/css/style.css index 773ccf1..fc4c09b 100644 --- a/css/style.css +++ b/css/style.css @@ -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 { diff --git a/css/style.scss b/css/style.scss index 1fbbbc5..20e8cdb 100644 --- a/css/style.scss +++ b/css/style.scss @@ -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