Main menu: Add load indicator to event selector (#3508)

This commit is contained in:
Mira
2023-08-07 14:25:50 +02:00
committed by GitHub
parent 0365f6d9fc
commit 015ffeecbf
2 changed files with 66 additions and 88 deletions

View File

@@ -412,6 +412,11 @@ body.loading #wrapper {
white-space: nowrap;
overflow: hidden;
}
.loading {
padding: 10px;
text-align: center;
color: lightgrey;
}
}
.sidebar-content {