From c1418c74627735276dd9f215ddd43937227b0f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 26 Jan 2024 16:36:42 +0100 Subject: Decrease sidebar padding Nothing fits in there normally, it's about time to acknowledge that. --- fiv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fiv.c b/fiv.c index 7213418..0b50f31 100644 --- a/fiv.c +++ b/fiv.c @@ -1,7 +1,7 @@ // // fiv.c: fuck-if-I-know-how-to-name-it image browser and viewer // -// Copyright (c) 2021 - 2023, Přemysl Eric Janouch +// Copyright (c) 2021 - 2024, Přemysl Eric Janouch // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted. @@ -2211,6 +2211,7 @@ static const char stylesheet[] = "@define-color fiv-tile @content_view_bg; \ mix(@theme_selected_bg_color, @content_view_bg, 0.5); \ fiv-view, fiv-browser { background: @content_view_bg; } \ placessidebar.fiv box > separator { margin: 4px 0; } \ + placessidebar.fiv row { min-height: 1.75em; } \ .fiv-toolbar button { padding-left: 0; padding-right: 0; } \ .fiv-toolbar > button:first-child { padding-left: 4px; } \ .fiv-toolbar > button:last-child { padding-right: 4px; } \ -- cgit v1.2.3