revanced-website icon indicating copy to clipboard operation
revanced-website copied to clipboard

Social Buttons hiding patches button

Open RafaelJust opened this issue 1 year ago • 3 comments

The social Buttons are hiding the 'view patches ' button one phones. image of buttons hiding

RafaelJust avatar Jun 06 '23 13:06 RafaelJust

#91 fixes this

PickleNik avatar Jun 06 '23 19:06 PickleNik

#91 no longer fixes this, but #94 should

PickleNik avatar Jun 07 '23 00:06 PickleNik

same issue

mystieneko avatar Jun 12 '23 06:06 mystieneko

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.

social

social

LisoUseInAIKyrios avatar Jul 04 '24 19:07 LisoUseInAIKyrios

src/routes/+page.svelte

	.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

PickleNik avatar Jul 08 '24 17:07 PickleNik