commit: 19475ba356c3fd6c54ca0306d3ae392358c212d1
parent 338134acfb5dc70210b55e5e1736b6f90f9d250c
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Sun, 20 Jun 2021 09:09:32 +0000
Merge branch 'develop' into 'develop'
Bug fix: Fix follow request count position on mobile
See merge request pleroma/pleroma-fe!1400
Diffstat:
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;
}
}