mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-03-26 10:07:47 +01:00
25 lines
670 B
Diff
25 lines
670 B
Diff
From 288aa3cf8e56a4ca60810eac98fb6f692b154f61 Mon Sep 17 00:00:00 2001
|
|
From: SpiritCroc <dev@spiritcroc.de>
|
|
Date: Mon, 19 Aug 2024 20:27:33 +0200
|
|
Subject: Stop the search bar wobble
|
|
|
|
---
|
|
res/css/_common.pcss | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/res/css/_common.pcss b/res/css/_common.pcss
|
|
index 05a3dac067..7861af6381 100644
|
|
--- a/res/css/_common.pcss
|
|
+++ b/res/css/_common.pcss
|
|
@@ -181,6 +181,7 @@ input[type="search"].mx_textinput_icon {
|
|
padding-left: 36px;
|
|
background-repeat: no-repeat;
|
|
background-position: 10px center;
|
|
+ min-height: 33px;
|
|
}
|
|
|
|
/* FIXME THEME - Tint by CSS rather than referencing a duplicate asset */
|
|
--
|
|
2.47.0
|
|
|