[plasma/union/Plasma/6.7] src/input/css/styles/breeze: input/css: Add some padding around tab buttons
Arjen Hiemstra <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit e8e551cae76828cfa09b10d8c6468f70d064049c by Arjen Hiemstra. Committed on 17/07/2026 at 08:50. Pushed by ahiemstra into branch 'Plasma/6.7'. input/css: Add some padding around tab buttons Don't know why we didn't have this yet, without it they look way too cramped. (cherry picked from commit 68ebf80f57e207df9fcd79c3ecd4cda41bbf8641) Co-authored-by: Arjen Hiemstra <[email protected]> M +1 -1 src/input/css/styles/breeze/button.css https://invent.kde.org/plasma/union/-/commit/e8e551cae76828cfa09b10d8c6468f70d064049c diff --git a/src/input/css/styles/breeze/button.css b/src/input/css/styles/breeze/button.css index 14245904..b21a7341 100644 --- a/src/input/css/styles/breeze/button.css +++ b/src/input/css/styles/breeze/button.css @@ -285,7 +285,7 @@ tabbutton { width: var(--button-default-size); height: var(--button-default-size); spacing: 0px; - padding: 0px; + padding: var(--small-spacing); border-radius: var(--corner-radius); background-color: var(--tab-background-color); border: 1px solid var(--tab-background-color);