This repository has no description
0

Configure Feed

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

margins

+5 -2
+1
app/src/app/about/about.module.css
··· 70 70 flex-wrap: wrap; 71 71 gap: 1rem; 72 72 margin-top: 1.5rem; 73 + padding-top: 1rem; 73 74 } 74 75 75 76 .actionLink {
+2 -2
app/src/app/stats/stats.module.css
··· 115 115 /* Stats Page Specific Styles */ 116 116 .statsHeader { 117 117 text-align: left; 118 - margin-bottom: 2rem; 118 + margin-bottom: 0.5rem; 119 119 } 120 120 121 121 .statsHeader h2 { ··· 146 146 font-size: 1rem; 147 147 cursor: pointer; 148 148 transition: background-color 0.2s; 149 + padding-top: 0.7rem; 149 150 } 150 151 151 152 .refreshButton:hover:not(:disabled) { ··· 226 227 } 227 228 228 229 .overallStats h2, .chartSection h2, .leaderboardSection h2 { 229 - color: var(--primary-color); 230 230 margin-bottom: 0.5rem; 231 231 font-size: 1.5rem; 232 232 text-align: left;
+1
app/src/components/NavigationBar.module.css
··· 95 95 height: 36px; 96 96 display: flex; 97 97 align-items: center; 98 + padding-top: 0.7rem; 98 99 } 99 100 100 101 .authButton:hover {
+1
app/src/components/ThemeToggle.module.css
··· 11 11 transition: all 0.2s; 12 12 margin-left: auto; 13 13 white-space: nowrap; 14 + padding-top: 0.7rem; 14 15 } 15 16 16 17 .themeToggle:hover {