@akropolys/kiku 1.6.3 → 1.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css CHANGED
@@ -975,6 +975,7 @@
975
975
  }
976
976
  }
977
977
  .hsk-cb-input-wrap {
978
+ position: relative;
978
979
  padding: 16px 28px 28px;
979
980
  flex-shrink: 0;
980
981
  }
@@ -1381,6 +1382,24 @@
1381
1382
  display: flex;
1382
1383
  align-items: center;
1383
1384
  }
1385
+ .hsk-sb-row-thumb {
1386
+ width: 38px;
1387
+ height: 38px;
1388
+ flex-shrink: 0;
1389
+ display: flex;
1390
+ align-items: center;
1391
+ justify-content: center;
1392
+ color: var(--hsk-muted);
1393
+ background: var(--hsk-hover);
1394
+ border-radius: var(--hsk-border-radius, 0px);
1395
+ overflow: hidden;
1396
+ }
1397
+ .hsk-sb-row-thumb img {
1398
+ width: 100%;
1399
+ height: 100%;
1400
+ object-fit: cover;
1401
+ display: block;
1402
+ }
1384
1403
  .hsk-sb-row-body {
1385
1404
  flex: 1;
1386
1405
  min-width: 0;
@@ -1450,10 +1469,10 @@
1450
1469
  padding: 9px 16px;
1451
1470
  }
1452
1471
  .hsk-sb-skeleton-icon {
1453
- width: 15px;
1454
- height: 15px;
1472
+ width: 38px;
1473
+ height: 38px;
1455
1474
  background: var(--hsk-hover, rgba(0, 0, 0, 0.05));
1456
- border-radius: 50%;
1475
+ border-radius: var(--hsk-border-radius, 0px);
1457
1476
  flex-shrink: 0;
1458
1477
  animation: hsk-pulse 1.5s ease-in-out infinite;
1459
1478
  }