this repo has no description
0
fork

Configure Feed

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

Fix small-width media indentation in status carousels

Center-ize it, add a background color

+6 -1
+5
src/components/status.css
··· 751 751 752 752 &:not(.media-figure-multiple .media-container) { 753 753 margin-bottom: -16px; 754 + 755 + &.media-eq1 { 756 + text-align: center; 757 + background-color: var(--img-bg-color); 758 + } 754 759 } 755 760 756 761 .media {
+1 -1
src/index.css
··· 83 83 --private-note-bg-color: color-mix(in srgb, yellow 20%, var(--bg-color)); 84 84 --private-note-border-color: rgba(0, 0, 0, 0.2); 85 85 86 - /* Video colors won't change based on color scheme */ 86 + /* Media colors won't change based on color scheme */ 87 87 --media-fg-color: #f0f2f5; 88 88 --media-bg-color: #242526; 89 89 --media-outline-color: color-mix(in lch, var(--media-fg-color), transparent);