logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: cd9dd352e34314d0af28f69289fc46c85f298a36
parent 338134acfb5dc70210b55e5e1736b6f90f9d250c
Author: Eris <femmediscord@gmail.com>
Date:   Sun, 20 Jun 2021 06:27:32 +0000

Fix follow request count position on mobile

Diffstat:

MCHANGELOG.md2++
Msrc/components/side_drawer/side_drawer.vue4+---
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -11,6 +11,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Implemented user option to change sidebar position to the right side - Implemented user option to hide floating shout panel +### Fixed +- Fixed follow request count showing in the wrong location in mobile view ## [2.3.0] - 2021-03-01 ### Fixed diff --git a/src/components/side_drawer/side_drawer.vue b/src/components/side_drawer/side_drawer.vue @@ -273,9 +273,7 @@ --icon: var(--popoverIcon, $fallback--icon); .badge { - position: absolute; - right: 0.7rem; - top: 1em; + margin-left: 10px; } }