From 3867159a923f3e7b8369815bcbef2a34fabb15a7 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 29 Apr 2026 23:43:34 +0200 Subject: [PATCH] [mirotalk] - adjust profile name input/button alignment in settings --- public/css/client.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/public/css/client.css b/public/css/client.css index 86e37aec..305cdd2a 100755 --- a/public/css/client.css +++ b/public/css/client.css @@ -3319,9 +3319,11 @@ button { #myPeerNameSet { flex: 1; + height: 46px; padding: 10px; border: var(--border); border-radius: 8px; + box-sizing: border-box; color: #fff; background-color: rgba(0, 0, 0, 0.2); } @@ -3437,19 +3439,27 @@ button { #myPeerNameSetContainer { display: flex; - align-items: stretch; + align-items: center; gap: 8px; } #myPeerNameSetBtn { - padding: 10px 8px; - font-size: 0.75rem; + display: inline-flex; + align-items: center; + justify-content: center; + gap: 8px; + height: 46px; + margin-top: 0; white-space: nowrap; width: fit-content; flex-shrink: 0; box-sizing: border-box; } +#myPeerNameSetBtn:hover { + transform: none; +} + /*-------------------------------------------------------------- # Settings Table --------------------------------------------------------------*/