Fix edit button in chat details header

This commit is contained in:
Jamie Kyle 2024-04-03 15:42:28 -07:00 committed by GitHub
parent b6afa47126
commit f4253ed27a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,6 +53,8 @@
&::after {
$size: 24px;
display: inline-block;
vertical-align: middle;
content: '';
height: $size;
inset-inline-start: $size + 13px;