ApurvaKondekar commited on
Commit
fffdea0
·
verified ·
1 Parent(s): 08aa9b3
Files changed (1) hide show
  1. app.py +15 -22
app.py CHANGED
@@ -1357,51 +1357,44 @@ div[data-testid="video"] button * {
1357
  div[data-testid="video"] button {
1358
  background: #071020 !important;
1359
  border: 2px solid #00f5ff !important;
1360
- border-radius: 6px !important;
1361
 
1362
- min-width: 130px !important;
1363
- min-height: 48px !important;
 
 
 
 
1364
 
1365
  display: flex !important;
1366
  align-items: center !important;
1367
  justify-content: center !important;
1368
- gap: 10px !important;
1369
-
1370
- padding: 10px 18px !important;
1371
-
1372
- color: #ffffff !important;
1373
- opacity: 1 !important;
1374
 
1375
- box-shadow: 0 0 12px rgba(0,245,255,0.25) !important;
1376
  }
1377
 
1378
- /* icon size */
1379
  div[data-testid="video"] button svg {
1380
- width: 20px !important;
1381
- height: 20px !important;
1382
 
1383
  stroke: #ffffff !important;
1384
  fill: #ffffff !important;
1385
-
1386
- opacity: 1 !important;
1387
  }
1388
 
1389
- /* text beside icon */
1390
  div[data-testid="video"] button span {
1391
  color: #ffffff !important;
1392
 
1393
- font-size: 16px !important;
1394
  font-weight: 700 !important;
1395
 
1396
- letter-spacing: 1px !important;
1397
-
1398
  opacity: 1 !important;
1399
  visibility: visible !important;
1400
-
1401
- display: inline !important;
1402
  }
1403
 
1404
- /* remove shiny animation overlay */
1405
  div[data-testid="video"] button::before {
1406
  display: none !important;
1407
  }
 
1357
  div[data-testid="video"] button {
1358
  background: #071020 !important;
1359
  border: 2px solid #00f5ff !important;
1360
+ border-radius: 4px !important;
1361
 
1362
+ width: 70px !important;
1363
+ height: 34px !important;
1364
+ min-width: 70px !important;
1365
+ min-height: 34px !important;
1366
+
1367
+ padding: 2px 6px !important;
1368
 
1369
  display: flex !important;
1370
  align-items: center !important;
1371
  justify-content: center !important;
1372
+ gap: 4px !important;
 
 
 
 
 
1373
 
1374
+ box-shadow: 0 0 10px rgba(0,245,255,0.2) !important;
1375
  }
1376
 
1377
+ /* icon */
1378
  div[data-testid="video"] button svg {
1379
+ width: 14px !important;
1380
+ height: 14px !important;
1381
 
1382
  stroke: #ffffff !important;
1383
  fill: #ffffff !important;
 
 
1384
  }
1385
 
1386
+ /* text */
1387
  div[data-testid="video"] button span {
1388
  color: #ffffff !important;
1389
 
1390
+ font-size: 10px !important;
1391
  font-weight: 700 !important;
1392
 
 
 
1393
  opacity: 1 !important;
1394
  visibility: visible !important;
 
 
1395
  }
1396
 
1397
+ /* remove shine overlay */
1398
  div[data-testid="video"] button::before {
1399
  display: none !important;
1400
  }