revanced-website
revanced-website copied to clipboard
Social Buttons hiding patches button
The social Buttons are hiding the 'view patches ' button one phones.
#91 fixes this
#91 no longer fixes this, but #94 should
same issue
The latest changes to the social links has made this problem more pronounced.
Before I never could reproduce, and now the issue is always present on all my mobile devices.
.wrappezoid {
- height: calc(100vh - 120px);
+ min-height: calc(100vh - 7.5rem);
not sure who did this (me, I did this) but they were really silly because setting a fixed height on a container element is a bad idea :3