This repository has no description
0

Configure Feed

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

tweaks

+11 -2
+11 -2
src/components/Verifier/Verifier.css
··· 23 23 24 24 .verifier-container h2 { 25 25 font-size: 1.5em; /* Adjust */ 26 - margin-top: 30px; /* Space between sections */ 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 + 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 + padding: 0px; 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 - font-size: 0.9em; 302 + font-size: .9em; 303 + margin: 0px; 300 304 } 305 + 306 + .verifier-action-button.verifier-refresh-button { 307 + margin: 0px; 308 + } 309 + 301 310 .verifier-network-status { 302 311 font-style: italic; 303 312 color: var(--text-muted, var(--text));