mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
fix spacing between spinner and loading text in lightbox
This commit is contained in:
parent
7e9e937742
commit
fd28b39e23
@ -716,6 +716,10 @@ button.link {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lightbox .loading > :not(:first-child) {
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.lightbox .close {
|
.lightbox .close {
|
||||||
display: block;
|
display: block;
|
||||||
grid-area: close;
|
grid-area: close;
|
||||||
|
Loading…
Reference in New Issue
Block a user