diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-17 11:08:30 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-17 11:18:29 +0200 |
commit | c364ec3b81af2ee708129867d6db189838c9f343 (patch) | |
tree | 2054d4e08070ef004abf6b8515cc5f2717951434 /src/sdgui.c | |
parent | a31d3297542b837e65a51e0cce498da5636da228 (diff) | |
download | tdv-c364ec3b81af2ee708129867d6db189838c9f343.tar.gz tdv-c364ec3b81af2ee708129867d6db189838c9f343.tar.xz tdv-c364ec3b81af2ee708129867d6db189838c9f343.zip |
sdgui: stop hardcoding cell side padding
Diffstat (limited to 'src/sdgui.c')
-rw-r--r-- | src/sdgui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdgui.c b/src/sdgui.c index 870499c..7c111df 100644 --- a/src/sdgui.c +++ b/src/sdgui.c @@ -250,6 +250,7 @@ main (int argc, char *argv[]) // All the named colours have been there since GNOME 3.4 // (see gnome-extra-themes git history, Adwaita used to live there). const char *style = "notebook header tab { padding: 2px 8px; margin: 0; }" + "stardict-view { padding: 0 .25em; }" "stardict-view.odd {" "background: @theme_base_color; " "color: @theme_text_color; }" |