diff options
| author | Kit La Touche <kit@transneptune.net> | 2024-11-02 15:40:57 -0400 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2024-11-02 15:40:57 -0400 |
| commit | adfa296e3417a8b6176e09cb1b52221a6c722fbd (patch) | |
| tree | a7bc2a18b3ad713d3a904097e7511b906aa6fe72 /ui/lib | |
| parent | a5a293558592cf53bf6bdde44e793dd6ab243837 (diff) | |
Don't distinguish self/other this way
Diffstat (limited to 'ui/lib')
| -rw-r--r-- | ui/lib/components/MessageRun.svelte | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ui/lib/components/MessageRun.svelte b/ui/lib/components/MessageRun.svelte index cbf4f04..af699ab 100644 --- a/ui/lib/components/MessageRun.svelte +++ b/ui/lib/components/MessageRun.svelte @@ -21,14 +21,3 @@ <Message {at} {body} /> {/each} </div> - -<style> - .own-message { - width: 80%; - margin-right: auto; - } - .other-message { - width: 80%; - margin-left: auto; - } -</style> |
