this repo has no description
0
fork

Configure Feed

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

It's time to double down on scale-down

+5 -5
+2 -2
src/components/compose.css
··· 335 335 #compose-container .media-preview > * { 336 336 width: 80px; 337 337 height: 80px; 338 - object-fit: contain; 338 + object-fit: scale-down; 339 339 vertical-align: middle; 340 340 pointer-events: none; 341 341 } ··· 516 516 width: 100%; 517 517 height: 100%; 518 518 max-height: 50vh; 519 - object-fit: contain; 519 + object-fit: scale-down; 520 520 vertical-align: middle; 521 521 } 522 522
+3 -3
src/components/status.css
··· 769 769 .status .media video { 770 770 width: 100%; 771 771 height: 100%; 772 - object-fit: contain; 772 + object-fit: scale-down; 773 773 /* border-radius: calc(var(--media-radius) - var(--media-border-width)); */ 774 774 border-radius: inherit; 775 775 } ··· 842 842 width: fit-content; 843 843 } 844 844 .status .media-contain video { 845 - object-fit: contain !important; 845 + object-fit: scale-down !important; 846 846 } 847 847 /* .status .media-audio { 848 848 border: 0; ··· 1395 1395 width: 1.2em; 1396 1396 height: 1.2em; 1397 1397 vertical-align: text-bottom; 1398 - object-fit: contain; 1398 + object-fit: scale-down; 1399 1399 } 1400 1400 1401 1401 /* EDIT HISTORY */