From d2ef3a71834b367f8f7da5cbc4be4ce43f7ba684 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 12 Jun 2025 01:55:24 +0100 Subject: feat: better contact management menu styling --- assets/style.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'assets') diff --git a/assets/style.scss b/assets/style.scss index 016c568..c075ced 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -130,6 +130,7 @@ main { button, .button { + text-align: center; font-size: 1rem; background: #FACC34; color: #000000; @@ -896,6 +897,24 @@ hr { justify-content: space-between; } +.jid-with-buttons { + display: flex; + flex-direction: column; + align-items: stretch; + gap: 4px; + margin-bottom: 8px; +} + +.jid-with-buttons .buttons { + display: flex; + align-items: center; + gap: 4px; +} + +.jid-with-buttons .buttons>* { + flex: 1 1 auto; +} + .jid-with-button .jid { flex: 1 1 auto; } -- cgit