Ashrafb commited on
Commit
2463e1a
1 Parent(s): a72fcc5

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +2 -2
static/index.html CHANGED
@@ -23,7 +23,7 @@
23
  height: 50px;
24
  display: flex;
25
  flex-direction: column;
26
- overflow-y: scroll;
27
  margin: auto;
28
  margin-top: 30px;
29
  padding-bottom: 7px;
@@ -347,7 +347,7 @@
347
  #loadingSpinner {
348
  border: 3px solid rgba(255, 255, 255, 0.3);
349
  border-radius: 50%;
350
- border-top: 5px solid #ffffff;
351
  width: 20px;
352
  height: 20px;
353
  animation: spin 2s linear infinite;
 
23
  height: 50px;
24
  display: flex;
25
  flex-direction: column;
26
+
27
  margin: auto;
28
  margin-top: 30px;
29
  padding-bottom: 7px;
 
347
  #loadingSpinner {
348
  border: 3px solid rgba(255, 255, 255, 0.3);
349
  border-radius: 50%;
350
+ border-top: 3px solid #ffffff;
351
  width: 20px;
352
  height: 20px;
353
  animation: spin 2s linear infinite;