gtk-theme-clearcodes

gtk3 theme with a focus on code simplicity
git clone https://git.ce9e.org/gtk-theme-clearcodes.git

commit
06b2417d8e94808dcb3274bd9c5227144c8ca22b
parent
227c8d5b337b58c13089ecb6e19732892d677c14
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-01-06 09:06
allow icons to fit into menu items

Diffstat

M gtk-3.0/widgets/menu.css 5 +++--

1 files changed, 3 insertions, 2 deletions


diff --git a/gtk-3.0/widgets/menu.css b/gtk-3.0/widgets/menu.css

@@ -27,11 +27,12 @@ menu {
   27    27 }
   28    28 
   29    29 menuitem {
   30    -1     padding: 0.4em 1em;
   -1    30     padding: 0.2em 1em;
   -1    31     min-height: 16px;  /* enough space for icon */
   31    32 }
   32    33 
   33    34 menu menuitem {
   34    -1     padding: 0.4em;
   -1    35     padding: 0.2em 0.4em;
   35    36 }
   36    37 
   37    38 menuitem:hover,