Fixed user columns on small screens

This commit is contained in:
Adina Țeudan 2022-01-10 15:57:41 +02:00
parent 45a12070bf
commit 3d7d8d3d28

View File

@ -127,16 +127,16 @@ section.settings {
} }
} }
} }
}
@media only screen and (max-width: 1600px) { @media only screen and (max-width: 1600px) {
.user-column { .user-column {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
// TODO // TODO: Shouldn't use `redaction-` here
redaction-initials-avatar .username { redaction-initials-avatar .username {
display: none; display: none;
}
} }
} }
} }