Make spaces card take full width on small screens

This commit is contained in:
SondreB 2023-04-13 10:07:35 +02:00
parent 62161dc09f
commit 0b8eb22c38
2 changed files with 5 additions and 2 deletions

View File

@ -279,6 +279,11 @@
margin-right: 0.2em;
padding: 0;
}
.spaces-card {
width: 100%;
max-width: 100%;
}
}
@media only screen and (max-width: 400px) {

View File

@ -1027,8 +1027,6 @@ textarea.noscrollbars {
}
}
.card-background {
background-color: rgba(0, 0, 0, 0.05) !important;
}