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