diff options
| author | nik <nik@telekem.net> | 2019-03-23 22:26:31 -0500 |
|---|---|---|
| committer | nik <nik@telekem.net> | 2019-03-23 22:26:31 -0500 |
| commit | 05634d222d87845f8eb3d022f55e92c9c996ea4a (patch) | |
| tree | ff26646f82c5ec1f50881627c7c439db57eb7329 /src | |
| parent | f86a5dc80421f496a893efaa98f12f831da0adcb (diff) | |
remove border radius of suggested emojis
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 3d1df91b..c18b2afd 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -287,8 +287,6 @@ img { width: 24px; height: 24px; - border-radius: $fallback--avatarRadius; - border-radius: var(--avatarRadius, $fallback--avatarRadius); object-fit: contain; } |
