This repository has no description
0

Configure Feed

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

fix

+17 -3
+17 -3
src/components/Verifier/Verifier.css
··· 3 3 /* General container */ 4 4 .verifier-container { 5 5 font-family: "articulat-cf", sans-serif; 6 - max-width: 800px; /* Adjust as needed */ 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 + } 23 + .verifier-intro-container { 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 + 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 + } 219 + 220 + .verifier-status-box p { 221 + margin: 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 - margin-top: 15px; 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 + 331 + .verifier-additional-context p { 332 + margin-top: 0px; 333 + } 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 - padding-top: 10px; 340 + padding-top: 17px; 327 341 } 328 342 .verifier-share-stats-link { 329 343 display: inline-block;