Skip to content

Commit bf1d456

Browse files
Remove CSS comments from loading indicator styles
1 parent 8acb3d6 commit bf1d456

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,14 +320,14 @@ h1 {
320320
width: 100vw;
321321
height: 100vh;
322322

323-
display: flex !important; /* override inline JS styles */
323+
display: flex !important;
324324
flex-direction: column;
325325
align-items: center;
326326
justify-content: center;
327327

328328
gap: 10px;
329-
background: #f0f2f5; /* same as body background */
330-
z-index: 1000001; /* above all UI */
329+
background: #f0f2f5;
330+
z-index: 1000001;
331331
}
332332

333333

0 commit comments

Comments
 (0)