alpha
Login
or
Join now
atpota.to
/
cred.blue
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
tweaks
author
damedotblog
date
1 year ago
(Apr 22, 2025, 1:24 PM -0400)
commit
28a87742
28a877422b5f8f713968df9df4ff83662ffcf042
parent
e612d5e0
e612d5e00cbf61c688edab978c66279e6d579048
+11
-2
1 changed file
Expand all
Collapse all
Unified
Split
src
components
Verifier
Verifier.css
+11
-2
src/components/Verifier/Verifier.css
Reviewed
···
23
23
24
24
.verifier-container h2 {
25
25
font-size: 1.5em; /* Adjust */
26
26
-
margin-top: 30px; /* Space between sections */
26
26
+
margin-top: 0px; /* Space between sections */
27
27
border-bottom: 1px solid var(--card-border); /* Separator */
28
28
padding-bottom: 10px;
29
29
}
···
63
63
padding: 8px 15px; /* Slightly smaller padding */
64
64
font-weight: 700;
65
65
font-size: 0.9em;
66
66
+
margin: 0px;
66
67
cursor: pointer;
67
68
transition: background-color 0.3s ease;
68
69
}
···
106
107
gap: 10px;
107
108
align-items: center;
108
109
flex-wrap: wrap; /* Allow wrapping */
110
110
+
padding: 0px;
111
111
+
border: 0px;
109
112
}
110
113
111
114
.verifier-input-field {
···
296
299
297
300
/* Network Verifications */
298
301
.verifier-check-network-button {
299
299
-
font-size: 0.9em;
302
302
+
font-size: .9em;
303
303
+
margin: 0px;
300
304
}
305
305
+
306
306
+
.verifier-action-button.verifier-refresh-button {
307
307
+
margin: 0px;
308
308
+
}
309
309
+
301
310
.verifier-network-status {
302
311
font-style: italic;
303
312
color: var(--text-muted, var(--text));