mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-23 11:01:03 +00:00
fix: Social Buttons hiding patches button
This isn't the best solution, but it solves the problem for 99% of scenarios, the whole website is due a rewrite Closes #107
This commit is contained in:
@@ -23,16 +23,12 @@
|
||||
padding: 0 max(6.5%, calc(50vw - 50rem));
|
||||
align-items: center;
|
||||
user-select: none;
|
||||
position: absolute;
|
||||
display: flex;
|
||||
bottom: 2rem;
|
||||
gap: 1rem;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
.social-host {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user