aboutsummaryrefslogtreecommitdiff
path: root/src/components/shout_panel
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-13 02:09:43 +0200
committerHenry Jameson <me@hjkos.com>2024-02-13 02:09:43 +0200
commitbcc50844096b47c0656ed3338de222055a749fb1 (patch)
treebf051cbc0c779438d53d60fe827732846763cef5 /src/components/shout_panel
parent17b25ef0e0eb261fbfd09be740a1cd8c0e3ad88b (diff)
add roundness, fix inputs
Diffstat (limited to 'src/components/shout_panel')
-rw-r--r--src/components/shout_panel/shout_panel.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/shout_panel/shout_panel.vue b/src/components/shout_panel/shout_panel.vue
index a7013469..9278c141 100644
--- a/src/components/shout_panel/shout_panel.vue
+++ b/src/components/shout_panel/shout_panel.vue
@@ -128,8 +128,7 @@
img {
height: 24px;
width: 24px;
- border-radius: $fallback--avatarRadius;
- border-radius: var(--avatarRadius, $fallback--avatarRadius);
+ border-radius: var(--roundness);
margin-right: 0.5em;
margin-top: 0.25em;
}