Stories improvements

This commit is contained in:
Josh Perez 2022-07-21 21:38:27 -04:00 committed by GitHub
parent 5dfe30d235
commit badf9d7dda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 44 additions and 30 deletions

View file

@ -2620,6 +2620,7 @@ button.ConversationDetails__action-button {
background-color: $color-accent-red;
color: $color-white;
display: flex;
font-size: 10px;
height: 16px;
justify-content: center;
min-width: 16px;
@ -2627,7 +2628,7 @@ button.ConversationDetails__action-button {
padding: 0 2px;
position: absolute;
right: -6px;
top: -6px;
top: -4px;
user-select: none;
z-index: $z-index-base;
}