themes: reimplementing previous reverted commit as CSS.

Styling should be implemented as theme, as much as possible, to make it
easily to revert through third-party themes when someone needs to.
This commit is contained in:
Jehan 2025-12-04 20:08:09 +01:00
parent e607efa99a
commit 240160f393

View file

@ -78,6 +78,13 @@ GimpTextStyleEditor button {
padding: 0px 2px 0px 2px;
}
GimpDock :not(toolbutton) > button + button,
GimpOverlayDialog button + button,
GimpToolDialog :not(headerbar) button + button,
GimpTextStyleEditor button + button {
margin-right: 4px;
}
GimpToolDialog headerbar {
min-height: 0;
}