mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +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;
|
||||
}
|
||||
|
||||
.lightbox .loading > :not(:first-child) {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.lightbox .close {
|
||||
display: block;
|
||||
grid-area: close;
|
||||
|
Loading…
Reference in New Issue
Block a user