mirror of https://github.com/hykilpikonna/AquaDX
fix: mobile improvements
parent
64fe4b682a
commit
dc8482b884
|
@ -29,7 +29,7 @@ nav > *.active,
|
||||||
background-position: 50% 4px;
|
background-position: 50% 4px;
|
||||||
max-width: 528px !important;
|
max-width: 528px !important;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-top: 100px;
|
padding: 100px 0 0 0 !important;
|
||||||
height: unset !important;
|
height: unset !important;
|
||||||
box-shadow: -8px 0 0 0 #fdd500, -12px 0 0 0 #f9f9db, 8px 0 0 0 #fdd500,
|
box-shadow: -8px 0 0 0 #fdd500, -12px 0 0 0 #f9f9db, 8px 0 0 0 #fdd500,
|
||||||
12px 0 0 0 #f9f9db;
|
12px 0 0 0 #f9f9db;
|
||||||
|
@ -142,3 +142,23 @@ body {
|
||||||
background: #fdd500 !important;
|
background: #fdd500 !important;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1200px) {
|
||||||
|
#app {
|
||||||
|
background-position: 50% 60px !important;
|
||||||
|
padding-top: 150px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1028px) {
|
||||||
|
#app {
|
||||||
|
background-size: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.user-pfp {
|
||||||
|
margin-top: -36px !important;
|
||||||
|
}
|
||||||
|
.user-pfp nav {
|
||||||
|
top: -10px !important;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue