diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-01-04 18:46:43 -0500 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-01-04 18:46:43 -0500 |
| commit | 7cb7c339a2ba0b3a0cf39b09194e7882f74c6e1f (patch) | |
| tree | bcd6b4e6766b996b9b9391c516a472e2a7ac638e /ui/styles/messages.css | |
| parent | 88f4aa4a5b0f42cd061498c9726fb4b8895ff007 (diff) | |
Do a lot of styling
Diffstat (limited to 'ui/styles/messages.css')
| -rw-r--r-- | ui/styles/messages.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ui/styles/messages.css b/ui/styles/messages.css index 81afe47..a0005d1 100644 --- a/ui/styles/messages.css +++ b/ui/styles/messages.css @@ -4,11 +4,14 @@ padding: 0 0 0.5rem 0; margin-bottom: 1rem; box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.5); + width: 95%; + clear: both; } .own-message { background-color: var(--colour-message-run-self-bg); - border: 1px solid var(--colour-message-run-self-bg); + border: 1px solid var(--colour-message-run-self-border); + float: right; } .own-message * { @@ -17,7 +20,7 @@ .other-message { background-color: var(--colour-message-run-other-bg); - border: 1px solid var(--colour-message-run-other-bg); + border: 1px solid var(--colour-message-run-other-border); } .other-message * { @@ -36,6 +39,9 @@ .message:hover { background-color: var(--colour-message-hover-bg); } +.message:hover * { + color: var(--colour-message-hover-text); +} .message .handle { --text-size: 0.5rem; |
