From f48cc8b46ed6ec2d26a4ea9aa34ce939a3debeaa Mon Sep 17 00:00:00 2001 From: Raphiiko Date: Sat, 13 Jul 2024 13:46:03 +0200 Subject: [PATCH] Updated window titlebar icons --- CHANGELOG.md | 3 +++ .../window-titlebar/window-titlebar.component.html | 6 +++--- .../window-titlebar/window-titlebar.component.scss | 5 +++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 667a3077..7beba274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Battery level based power automations turning off devices above the threshold - Certain types of selection in input fields (e.g. Ctrl+A) being blocked +### Changed +- Window titlebar icons + ## [1.13.2] ### Fixed diff --git a/src-ui/app/components/window-titlebar/window-titlebar.component.html b/src-ui/app/components/window-titlebar/window-titlebar.component.html index 76edc745..528beb0f 100644 --- a/src-ui/app/components/window-titlebar/window-titlebar.component.html +++ b/src-ui/app/components/window-titlebar/window-titlebar.component.html @@ -17,12 +17,12 @@
diff --git a/src-ui/app/components/window-titlebar/window-titlebar.component.scss b/src-ui/app/components/window-titlebar/window-titlebar.component.scss index ac349bc6..3d3f2175 100644 --- a/src-ui/app/components/window-titlebar/window-titlebar.component.scss +++ b/src-ui/app/components/window-titlebar/window-titlebar.component.scss @@ -77,7 +77,8 @@ } } - i.material-symbols-outlined { - font-size: 1.1em !important; + i.material-symbols-outlined, + i.material-icons { + font-size: 1.2em !important; } }