UX: properly alight close button icon on topic navigation popup (#24487)

This commit is contained in:
Meghna 2023-11-21 21:17:48 +05:30 committed by GitHub
parent 03937bd987
commit 35c66b8285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ $topic-progress-height: 42px;
display: flex;
align-items: center;
position: absolute;
right: 10px;
top: 10px;
right: 0px;
top: 8px;
color: var(--primary);
opacity: 0.5;
font-size: var(--font-up-1);