mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 13:31:44 +08:00
FIX: box-sizing for avatars (#19517)
This commit is contained in:
parent
8db1f1892d
commit
3c43beebc8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user