Skip to content

Bug fix: Fix follow request count position on mobile

eris requested to merge (removed):develop into develop

Minor CSS change to fix weird follow request count position.

I think the original code assumed that the side_drawer has the same properties as the nav_panel but position: absolute shouldn't be used here.

This one has been bugging me for a long time so I decided to just fix it haha

Before change: follow_request_bug

After change: follow_request_bug_2

Edited by eris

Merge request reports