Fix "indexing in progress" message in ln dashboard

This commit is contained in:
nymkappa
2022-08-18 15:09:03 +02:00
parent f6ef000ec5
commit a3b022d1c4
4 changed files with 46 additions and 34 deletions

View File

@@ -131,4 +131,13 @@
display: block;
max-width: 80px;
margin: 15px auto 3px;
}
.indexing-message {
position: absolute;
font-size: 15px;
color: grey;
font-weight: bold;
margin-left: calc(50% - 85px);
margin-top: -10px;
}