Fixed user columns on small screens
This commit is contained in:
parent
45a12070bf
commit
3d7d8d3d28
@ -127,19 +127,19 @@ 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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.right-container {
|
.right-container {
|
||||||
border-left: 1px solid var(--iqser-grey-4);
|
border-left: 1px solid var(--iqser-grey-4);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user