FIX: box-sizing for avatars (#19517)

This commit is contained in:
chapoi
2022-12-19 13:43:18 +01:00
committed by GitHub
parent 8db1f1892d
commit 3c43beebc8

View File

@@ -175,6 +175,7 @@ $float-height: 530px;
.avatar {
border: 1px solid transparent;
padding: 0;
box-sizing: border-box;
.is-online & {
border: 1px solid var(--secondary);