[gnome-text-editor] css: tweak statusbar padding



commit 986071c7f4fe1d71449e16089e54bf3119bb3b6f
Author: Christian Hergert <chergert redhat com>
Date:   Fri Nov 12 15:49:54 2021 -0800

    css: tweak statusbar padding

 src/TextEditor.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/TextEditor.css b/src/TextEditor.css
index 9cec28b..b3fb61c 100644
--- a/src/TextEditor.css
+++ b/src/TextEditor.css
@@ -121,7 +121,7 @@ flap > scrolledwindow.preferences > viewport {
 box.statusbar {
   font-family: monospace;
   min-width: 100px;
-  padding: 3px 6px;
+  padding: 3px 12px;
   background: @theme_bg_color;
   border-top: 1px solid @borders;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]