this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix margins

+8 -4
+8 -4
src/components/status.css
··· 1374 1374 1375 1375 .media-first-container { 1376 1376 position: relative; 1377 + margin-top: 8px; 1378 + margin-inline: -16px; 1379 + 1380 + @media (min-width: 40em) { 1381 + margin-inline: 0; 1382 + } 1377 1383 1378 1384 .media-carousel-controls { 1379 1385 flex-shrink: 0; ··· 1432 1438 } 1433 1439 1434 1440 .media-first-carousel { 1435 - margin-top: 8px; 1436 1441 display: flex; 1437 1442 max-height: 80vh; 1438 1443 overflow-x: auto; ··· 1440 1445 scroll-snap-type: x mandatory; 1441 1446 scroll-behavior: smooth; 1442 1447 user-select: none; 1443 - margin-inline: -16px; 1444 1448 scrollbar-width: none; 1445 1449 /* border: var(--hairline-width) solid var(--outline-color); 1446 1450 border-inline-width: 0; ··· 1449 1453 scroll-timeline: --media-carousel x; 1450 1454 1451 1455 @media (min-width: 40em) { 1452 - margin-inline: 0; 1456 + /* margin-inline: 0; */ 1453 1457 /* border-radius: 4px; */ 1454 - border-inline-width: var(--hairline-width); 1458 + /* border-inline-width: var(--hairline-width); */ 1455 1459 box-shadow: none; 1456 1460 } 1457 1461