UX: properly align close button icon on composer messages (#24632)

This commit is contained in:
Meghna 2023-11-30 13:21:50 +05:30 committed by GitHub
parent dc8a727b3f
commit 91ab2766e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -128,8 +128,8 @@
flex-direction: row-reverse;
align-items: center;
position: absolute;
right: 0.67em;
top: 0.67em;
right: 0;
top: 0;
color: var(--primary-medium);
font-size: var(--font-0);
.d-icon {