alpha
Login
or
Join now
atpota.to
/
flushes.app
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
margins
author
damedotblog
date
1 year ago
(Mar 15, 2025, 2:26 PM -0400)
commit
8af6f928
8af6f928a3a4eaba094360c3eefe56222a18692a
parent
6193fb6b
6193fb6bfc6a67c969de05fbdbd61d82916d3eb1
+5
-2
4 changed files
Expand all
Collapse all
Unified
Split
app
src
app
about
about.module.css
stats
stats.module.css
components
NavigationBar.module.css
ThemeToggle.module.css
+1
app/src/app/about/about.module.css
Reviewed
···
70
70
flex-wrap: wrap;
71
71
gap: 1rem;
72
72
margin-top: 1.5rem;
73
73
+
padding-top: 1rem;
73
74
}
74
75
75
76
.actionLink {
+2
-2
app/src/app/stats/stats.module.css
Reviewed
···
115
115
/* Stats Page Specific Styles */
116
116
.statsHeader {
117
117
text-align: left;
118
118
-
margin-bottom: 2rem;
118
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
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
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
Reviewed
···
95
95
height: 36px;
96
96
display: flex;
97
97
align-items: center;
98
98
+
padding-top: 0.7rem;
98
99
}
99
100
100
101
.authButton:hover {
+1
app/src/components/ThemeToggle.module.css
Reviewed
···
11
11
transition: all 0.2s;
12
12
margin-left: auto;
13
13
white-space: nowrap;
14
14
+
padding-top: 0.7rem;
14
15
}
15
16
16
17
.themeToggle:hover {