Fixed user columns on small screens
This commit is contained in:
parent
45a12070bf
commit
3d7d8d3d28
@ -127,16 +127,16 @@ section.settings {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1600px) {
|
||||
.user-column {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@media only screen and (max-width: 1600px) {
|
||||
.user-column {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
// TODO
|
||||
redaction-initials-avatar .username {
|
||||
display: none;
|
||||
}
|
||||
// TODO: Shouldn't use `redaction-` here
|
||||
redaction-initials-avatar .username {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user