fix spacing between spinner and loading text in lightbox

This commit is contained in:
Bruno Windels 2020-11-02 11:29:09 +01:00
parent 7e9e937742
commit fd28b39e23

View File

@ -716,6 +716,10 @@ button.link {
display: flex;
}
.lightbox .loading > :not(:first-child) {
margin-left: 8px;
}
.lightbox .close {
display: block;
grid-area: close;