Skip to content
Snippets Groups Projects
Commit 971cec02 authored by HJ's avatar HJ :fire:
Browse files

fix avatars in mobile view

parent b632d740
No related branches found
No related tags found
No related merge requests found
......@@ -402,17 +402,17 @@
}
@media all and (max-width: 800px) {
.repeater-avatar {
> .repeater-avatar {
margin-left: 20px;
}
.avatar:not(.repeater-avatar) {
> .avatar:not(.repeater-avatar) {
width: 40px;
height: 40px;
// TODO define those other way somehow?
// stylelint-disable rscss/class-format
&.avatar-compact {
&.-compact {
width: 32px;
height: 32px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment