aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-03-25 16:52:01 +0000
committerShpuld Shpludson <shp@cock.li>2019-03-25 16:52:01 +0000
commit182eab051ded319a5fd2a6bf5c216621f76446e2 (patch)
tree8c805c0895ebaddecb34b20756cdb9bdea4a454e /src
parent153ad57007cb22d47e17ea96f34efd68f37134a9 (diff)
parent05634d222d87845f8eb3d022f55e92c9c996ea4a (diff)
Merge branch 'develop' into 'develop'
Remove border radius of suggested emojis See merge request pleroma/pleroma-fe!704
Diffstat (limited to 'src')
-rw-r--r--src/components/post_status_form/post_status_form.vue2
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 166691c2..612f87c1 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;
}