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
magins 2
author
damedotblog
date
1 year ago
(Mar 15, 2025, 2:28 PM -0400)
commit
f9cade37
f9cade3719bbe5afea108cee545b5675bbd035d6
parent
8af6f928
8af6f928a3a4eaba094360c3eefe56222a18692a
+3
2 changed files
Expand all
Collapse all
Unified
Split
app
src
app
page.module.css
shortcut
shortcut.module.css
+1
app/src/app/page.module.css
Reviewed
···
474
474
font-size: 1rem;
475
475
cursor: pointer;
476
476
transition: background-color 0.2s;
477
477
+
padding-top: 0.7rem;
477
478
}
478
479
479
480
.refreshButton:hover {
+2
app/src/app/shortcut/shortcut.module.css
Reviewed
···
85
85
cursor: pointer;
86
86
transition: background-color 0.2s ease;
87
87
margin-top: 1rem;
88
88
+
padding-top: 1rem;
88
89
}
90
90
+
89
91
90
92
.downloadButton:hover {
91
93
background-color: var(--primary-hover);