UX: stop presence indicator hop, space consistency (#12797)

This commit is contained in:
Kris
2021-04-22 16:11:47 -04:00
committed by GitHub
parent 6c5d6dd356
commit 984d87f30c
6 changed files with 21 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
.topic-above-footer-buttons-outlet.presence {
min-height: 1.8em; // height of the avatars, prevents layout shift
margin: var(--below-topic-margin) 0;
}
.presence-users {
background-color: var(--secondary, $secondary);
color: var(--primary-medium, $primary-medium);