[plasma/union] src/input/css/styles/breeze: input/css/breeze: Set a default height for toolbars
Arjen Hiemstra <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 76f3f8d70c7b53d81c42d48219f980c5802bcbee by Arjen Hiemstra.
Committed on 04/08/2026 at 07:51.
Pushed by ahiemstra into branch 'master'.
input/css/breeze: Set a default height for toolbars
Otherwise empty toolbars don't have a sensible height.
M +1 -0 src/input/css/styles/breeze/application.css
https://invent.kde.org/plasma/union/-/commit/76f3f8d70c7b53d81c42d48219f980c5802bcbee
diff --git a/src/input/css/styles/breeze/application.css b/src/input/css/styles/breeze/application.css
index c9bef57a..dcc340c4 100644
--- a/src/input/css/styles/breeze/application.css
+++ b/src/input/css/styles/breeze/application.css
@@ -49,6 +49,7 @@ page
toolbar
{
+ height: 46px; /* large-element-size + medium-spacing + large-spacing */
padding: var(--small-spacing);
padding-top: var(--medium-spacing);
padding-bottom: var(--large-spacing);