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; } }