this repo has no description
0
fork

Configure Feed

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

Make lang selector fixed-width

+12
+12
src/app.css
··· 2854 2854 } 2855 2855 } 2856 2856 } 2857 + 2858 + /* LANG SELECTOR */ 2859 + 2860 + .lang-selector { 2861 + display: flex; 2862 + gap: 4px; 2863 + align-items: center; 2864 + 2865 + select { 2866 + width: 10em; 2867 + } 2868 + }