schildichat-desktop/patches/element-web/0018-Stop-the-search-bar-wobble.patch
2025-03-15 16:56:27 +01:00

25 lines
670 B
Diff

From b97e37b1f5e4ad33cf044f5371e91955cafc4b55 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 75180013f6..e55eadaaf7 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.48.1