restore margins for inline convos
This commit is contained in:
parent
0ff34f8a5a
commit
684650e14f
@ -166,6 +166,7 @@ nav {
|
|||||||
--miniColumn: 25em;
|
--miniColumn: 25em;
|
||||||
--maxiColumn: minmax(var(--miniColumn), 45em);
|
--maxiColumn: minmax(var(--miniColumn), 45em);
|
||||||
--columnGap: 1em;
|
--columnGap: 1em;
|
||||||
|
--status-margin: 0.75em;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
display: grid;
|
display: grid;
|
||||||
|
@ -270,5 +270,8 @@
|
|||||||
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
|
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
|
||||||
border-bottom: 1px solid var(--border, $fallback--border);
|
border-bottom: 1px solid var(--border, $fallback--border);
|
||||||
}
|
}
|
||||||
|
&.-expanded {
|
||||||
|
margin: calc(var(--status-margin, $status-margin) / 2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user