mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-30 06:34:35 +02: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:
parent
38c565ccbf
commit
49cde08f87
@ -23,16 +23,12 @@
|
|||||||
padding: 0 max(6.5%, calc(50vw - 50rem));
|
padding: 0 max(6.5%, calc(50vw - 50rem));
|
||||||
align-items: center;
|
align-items: center;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
position: absolute;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
bottom: 2rem;
|
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
left: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 767px) {
|
@media screen and (max-width: 767px) {
|
||||||
.social-host {
|
.social-host {
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
@ -129,13 +129,18 @@
|
|||||||
<Wave />
|
<Wave />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
main {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 1.5rem;
|
||||||
|
}
|
||||||
.wrap {
|
.wrap {
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
width: min(87%, 100rem);
|
width: min(87%, 100rem);
|
||||||
margin-top: 7rem;
|
margin-top: 7rem;
|
||||||
}
|
}
|
||||||
.wrappezoid {
|
.wrappezoid {
|
||||||
height: calc(100vh - 120px);
|
height: calc(100vh - 225px);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user