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
fix
author
damedotblog
date
1 year ago
(Apr 22, 2025, 1:42 PM -0400)
commit
210db6d3
210db6d3f95ef50db72b451a80ffc2331d29bd4e
parent
91e1f834
91e1f83494b60e942bf500e3d0f0ed0a213c84ce
+17
-3
1 changed file
Expand all
Collapse all
Unified
Split
src
components
Verifier
Verifier.css
+17
-3
src/components/Verifier/Verifier.css
Reviewed
···
3
3
/* General container */
4
4
.verifier-container {
5
5
font-family: "articulat-cf", sans-serif;
6
6
-
max-width: 800px; /* Adjust as needed */
6
6
+
max-width: 450px; /* Adjust as needed */
7
7
margin: 20px auto;
8
8
padding: 20px;
9
9
color: var(--text);
···
19
19
20
20
.verifier-container h1 {
21
21
font-size: 2em; /* Adjust */
22
22
+
}
23
23
+
.verifier-intro-container {
24
24
+
margin-bottom: 20px;
22
25
}
23
26
24
27
.verifier-container h2 {
···
193
196
padding: 15px;
194
197
border-radius: 6px;
195
198
margin-top: 15px;
199
199
+
margin-bottom: 15px;
196
200
text-align: center;
197
201
border: 1px solid transparent; /* Base border */
198
202
transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
···
211
215
color: var(--success-text, #155724);
212
216
font-weight: bold;
213
217
text-decoration: underline;
218
218
+
}
219
219
+
220
220
+
.verifier-status-box p {
221
221
+
margin:
222
222
+
0px;
214
223
}
215
224
216
225
/* Dark Mode Status Box Styles */
···
313
322
margin: 10px 0;
314
323
}
315
324
.verifier-network-results {
316
316
-
margin-top: 15px;
325
325
+
margin-top: 0px;
317
326
}
318
327
.verifier-network-results .verifier-verifier-list {
319
328
margin-bottom: 15px; /* Space between lists */
320
329
}
330
330
+
331
331
+
.verifier-additional-context p {
332
332
+
margin-top: 0px;
333
333
+
}
334
334
+
321
335
.verifier-additional-context {
322
336
font-size: 0.9em;
323
337
color: var(--text-muted, var(--text));
324
338
margin-top: 15px;
325
339
border-top: 1px dashed var(--card-border);
326
326
-
padding-top: 10px;
340
340
+
padding-top: 17px;
327
341
}
328
342
.verifier-share-stats-link {
329
343
display: inline-block;