restore margins for inline convos

This commit is contained in:
Henry Jameson 2022-04-10 14:47:47 +03:00
parent 0ff34f8a5a
commit 684650e14f
2 changed files with 4 additions and 0 deletions

View file

@ -166,6 +166,7 @@ nav {
--miniColumn: 25em;
--maxiColumn: minmax(var(--miniColumn), 45em);
--columnGap: 1em;
--status-margin: 0.75em;
position: relative;
display: grid;