diff options
author | 2025-05-23 14:58:49 +0100 | |
---|---|---|
committer | 2025-05-23 14:58:49 +0100 | |
commit | 07b0d4a4412498123a4436bb6eb643ed34a1bfed (patch) | |
tree | a71957d0c43a0ade56f4d8d0af56314e64d58dfc /assets | |
parent | f3cf5c1cfca048cfb496592af18e07782e3d22a2 (diff) | |
download | macaw-web-07b0d4a4412498123a4436bb6eb643ed34a1bfed.tar.gz macaw-web-07b0d4a4412498123a4436bb6eb643ed34a1bfed.tar.bz2 macaw-web-07b0d4a4412498123a4436bb6eb643ed34a1bfed.zip |
feat: roster requests
Diffstat (limited to 'assets')
-rw-r--r-- | assets/style.scss | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/assets/style.scss b/assets/style.scss index 0efe7e9..df90e7c 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -666,7 +666,8 @@ hr { padding: 4px; } -.new-chat:hover, .new-chat.open { +.new-chat:hover, .new-chat.open, +.add-contact:hover, .add-contact.open { background: #00000060; } @@ -680,6 +681,37 @@ hr { align-items: end; } +.roster-add-contact { + border-bottom: 2px solid black; +} + +.add-contact-menu h3 { + margin: 1em 0 0.5em; +} + +.add-contact-menu form { + display: flex; + gap: 16px; +} + +.add-contact-menu form input { + flex: 1 1 auto; +} + +.jid-with-button { + display: flex; + align-items: center; + justify-content: space-between; +} + +.jid-with-button .jid { + flex: 1 1 auto; +} + +.jid-with-button .button { + flex: 0 0 auto; +} + /* font-families */ /* thai */ |