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