fix spacing between spinner and loading text in lightbox
This commit is contained in:
parent
7e9e937742
commit
fd28b39e23
1 changed files with 4 additions and 0 deletions
|
@ -716,6 +716,10 @@ button.link {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
.lightbox .loading > :not(:first-child) {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.lightbox .close {
|
||||
display: block;
|
||||
grid-area: close;
|
||||
|
|
Reference in a new issue