mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 01:05:00 +00:00
UX: Improve position of modal close button (#22450)
This commit is contained in:
parent
7df4eab038
commit
effaf95355
@ -74,6 +74,8 @@
|
|||||||
.modal-close {
|
.modal-close {
|
||||||
order: 2;
|
order: 2;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
align-self: start;
|
||||||
|
padding: 0.15em 0;
|
||||||
|
|
||||||
.close {
|
.close {
|
||||||
color: var(--primary-high);
|
color: var(--primary-high);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user