UX: Improve position of modal close button (#22450)

This commit is contained in:
Alan Guo Xiang Tan 2023-07-07 01:45:19 +08:00 committed by GitHub
parent 7df4eab038
commit effaf95355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@
.modal-close {
order: 2;
margin-left: auto;
align-self: start;
padding: 0.15em 0;
.close {
color: var(--primary-high);