logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 182eab051ded319a5fd2a6bf5c216621f76446e2
parent: 153ad57007cb22d47e17ea96f34efd68f37134a9
Author: Shpuld Shpludson <shp@cock.li>
Date:   Mon, 25 Mar 2019 16:52:01 +0000

Merge branch 'develop' into 'develop'

Remove border radius of suggested emojis

See merge request pleroma/pleroma-fe!704

Diffstat:

Msrc/components/post_status_form/post_status_form.vue2--
1 file 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 @@ -287,8 +287,6 @@ img { width: 24px; height: 24px; - border-radius: $fallback--avatarRadius; - border-radius: var(--avatarRadius, $fallback--avatarRadius); object-fit: contain; }