this repo has no description
0
fork

Configure Feed

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

Slight adjustments to tab bar styles

+9 -1
+9 -1
src/components/shortcuts.css
··· 82 82 list-style: none; 83 83 display: flex; 84 84 justify-content: center; 85 + min-width: 20vw; 86 + flex-basis: 20vw; 85 87 } 86 88 #shortcuts .tab-bar li a { 87 89 -webkit-tap-highlight-color: transparent; ··· 95 97 padding: 8px; 96 98 text-decoration: none; 97 99 text-shadow: 0 var(--hairline-width) var(--bg-color); 98 - width: 20vw; 100 + width: 100%; 101 + 102 + &:is(:hover, :focus) { 103 + color: var(--text-color); 104 + } 99 105 } 100 106 #shortcuts .tab-bar li a:active { 101 107 transform: scale(0.95); ··· 171 177 } 172 178 #shortcuts .tab-bar li { 173 179 flex-grow: 0; 180 + min-width: auto; 181 + flex-basis: auto; 174 182 } 175 183 #shortcuts .tab-bar li a { 176 184 padding: 0 16px;