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 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
|
|
|