로딩처리

This commit is contained in:
Macbook
2026-05-28 01:32:06 +09:00
parent 98dfb3613c
commit aace2282d5
2 changed files with 18 additions and 7 deletions
+10
View File
@@ -937,6 +937,16 @@ html.theme-blue {
border-radius: 50%;
animation: spin 0.8s linear infinite;
}
.chart-indicator-reload-cover {
z-index: 900;
pointer-events: none;
background: var(--bg, #131722);
}
.chart-indicator-reload-cover .loading-spinner {
width: 52px;
height: 52px;
border-width: 4px;
}
@keyframes spin { to { transform: rotate(360deg); } }
/*