Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2023-05-21 12:36:09 +0300
committerwurstsalat <mailtrash@posteo.de>2023-05-21 12:36:09 +0300
commitfc1a327fd08195ee3d41cab970154dbddbde096c (patch)
tree4a03b09151204d22429455201dbfa7aff515210b /gajim/data
parent2e6b9c5c6468b804586dd70315ea242b0e3e1590 (diff)
cfix: SearchView: Use correct padding for top edge
Diffstat (limited to 'gajim/data')
-rw-r--r--gajim/data/style/gajim.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/gajim/data/style/gajim.css b/gajim/data/style/gajim.css
index c174129d4..48dc228a5 100644
--- a/gajim/data/style/gajim.css
+++ b/gajim/data/style/gajim.css
@@ -489,7 +489,7 @@ infobar.error > revealer > box {
/* SearchView */
.search-view {
- padding: 12px;
+ padding: 13px 12px 12px 12px;
border-left: 1px solid @borders;
background-color: @theme_base_color;
}