From 151b169ddae12ae83b9391f1b468fdca07ee0fd4 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 3 Mar 2026 17:09:09 +0400 Subject: [PATCH] Improve style of edit tag control. --- Telegram/SourceFiles/boxes/boxes.style | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/boxes/boxes.style b/Telegram/SourceFiles/boxes/boxes.style index 3bc44858fc..6ca5eda121 100644 --- a/Telegram/SourceFiles/boxes/boxes.style +++ b/Telegram/SourceFiles/boxes/boxes.style @@ -857,7 +857,7 @@ boostsUnrestrictLabel: FlatLabel(defaultFlatLabel) { } customBadgeField: InputField(defaultInputField) { - textMargins: margins(2px, 7px, 2px, 0px); + textMargins: margins(2px, 0px, 2px, 0px); placeholderFg: placeholderFg; placeholderFgActive: placeholderFgActive; @@ -866,6 +866,9 @@ customBadgeField: InputField(defaultInputField) { placeholderScale: 0.; placeholderFont: normalFont; + border: 0px; + borderActive: 0px; + heightMin: 32px; }