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

fix extra padding in thread view

parent 5b664f46
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,8 @@
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
border-bottom: 1px solid var(--border, $fallback--border);
}
&.-expanded {
&.-expanded.status-fadein {
margin: calc(var(--status-margin, $status-margin) / 2);
}
}
......
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