We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a2489f commit bcd9a06Copy full SHA for bcd9a06
2 files changed
frontend/src/css/dashboard.css
@@ -360,15 +360,15 @@ table tr>*:last-child {
360
361
@keyframes show {
362
0% {
363
- visibility: hidden;
+ display: none;
364
opacity: 0;
365
}
366
1% {
367
- visibility: visible;
+ display: block;
368
369
370
100% {
371
372
opacity: 1;
373
374
frontend/src/css/styles.css
@@ -127,7 +127,7 @@ main .spinner .bounce2 {
127
128
129
#click-overlay.active {
130
131
132
133
.action .counter {
0 commit comments