UX: contain background for deleted small actions (#27263)

This commit is contained in:
Kris 2024-05-30 16:09:45 -04:00 committed by GitHub
parent 8eec9da0b4
commit 31283968cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -1180,7 +1180,10 @@ blockquote > *:last-child {
}
&.deleted {
background-color: var(--danger-low-mid);
.topic-avatar,
.small-action-desc {
background-color: var(--danger-low-mid);
}
}
.topic-avatar,
@ -1196,6 +1199,7 @@ blockquote > *:last-child {
padding-top: 1em;
width: var(--topic-avatar-width);
justify-content: center;
height: auto;
.d-icon {
font-size: var(--font-up-3);
width: var(--topic-avatar-width);