mobile support and shit
This commit is contained in:
@ -56,4 +56,14 @@
|
||||
body[fast] .users {
|
||||
background-color: color-mix(in srgb, var(--color-2) 70%, #000000 30%);
|
||||
backdrop-filter: blur(0);
|
||||
}
|
||||
@media screen and (max-width: 900px) {
|
||||
.users {
|
||||
width: 40vw;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 660px) {
|
||||
.users {
|
||||
width: 80vw;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user