Fix responsive shits
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
.position
|
||||
{
|
||||
flex-grow: 5;
|
||||
margin-right: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -106,4 +107,11 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 601px) {
|
||||
.leaderboard
|
||||
{
|
||||
width: 55vw;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
@@ -5,7 +5,7 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100vh;
|
||||
width: 60px;
|
||||
z-index: 1;
|
||||
list-style-type: none;
|
||||
background: rgb(252, 220, 171, 0.85);
|
||||
overflow: hidden;
|
||||
@@ -69,4 +69,10 @@
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 601px) {
|
||||
.menu-collapsed {
|
||||
width: 60px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user