this repo has no description
0
fork

Configure Feed

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

Prevent miscalculated width in large media container

+5 -1
+5 -1
src/components/status.css
··· 1371 1371 column-gap: 8px; 1372 1372 flex-wrap: wrap; 1373 1373 1374 - .media[data-has-small-dimension] { 1374 + .media { 1375 1375 width: var(--width, auto) !important; 1376 1376 } 1377 + 1378 + /* .media[data-has-small-dimension] { 1379 + width: var(--width, auto) !important; 1380 + } */ 1377 1381 1378 1382 figure { 1379 1383 flex-direction: column;