this repo has no description
0
fork

Configure Feed

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

Remove previous experimental code

-20
-20
src/components/status.css
··· 876 876 mix-blend-mode: normal; 877 877 } 878 878 } 879 - 880 - &:before { 881 - font-size: 12px; 882 - font-weight: bold; 883 - pointer-events: none; 884 - content: attr(data-alt-label); 885 - position: absolute; 886 - bottom: 8px; 887 - left: 8px; 888 - color: var(--media-fg-color); 889 - background-color: var(--media-bg-color); 890 - border: var(--hairline-width) solid var(--media-outline-color); 891 - border-radius: 4px; 892 - padding: 0 4px; 893 - transition: opacity 0.2s ease-in-out; 894 - } 895 - 896 - &:hover:before { 897 - opacity: 0.2; 898 - } 899 879 } 900 880 } 901 881 .status .media img:is(:hover, :focus),