Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 05 Jan 2025 21:02:25 UTC Commit: 42a25a0b51ba9ce3a059992323e26ea71a711c0d https://github.com/geany/geany-osx/commit/42a25a0b51ba9ce3a059992323e26ea71a...
Log Message: ----------- Decrease spacing around separators in toolbar
Modified Paths: -------------- Prof-Gnome/gtk-3.0/main-dark.css Prof-Gnome/gtk-3.0/main-light.css
Modified: Prof-Gnome/gtk-3.0/main-dark.css 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -1935,11 +1935,11 @@ toolbar.osd.bottom } toolbar.horizontal separator { - margin: 0 7px 1px 6px; + margin: 0 3px 1px 3px; } toolbar.vertical separator { - margin: 6px 1px 7px 0; + margin: 3px 1px 3px 0; } toolbar:not(.inline-toolbar):not(.osd) > *:not(.toggle):not(.popup) > * {
Modified: Prof-Gnome/gtk-3.0/main-light.css 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -1932,11 +1932,11 @@ toolbar.osd.bottom } toolbar.horizontal separator { - margin: 0 7px 1px 6px; + margin: 0 3px 1px 3px; } toolbar.vertical separator { - margin: 6px 1px 7px 0; + margin: 3px 1px 3px 0; } toolbar:not(.inline-toolbar):not(.osd) > *:not(.toggle):not(.popup) > * {
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).