feat: add challenge modal

This commit is contained in:
plebeius.eth
2024-04-26 19:13:23 +02:00
parent 3ce3f090f5
commit cc5d042889
10 changed files with 463 additions and 29 deletions
+10
View File
@@ -303,6 +303,11 @@
text-align: right;
}
.postMobile .postNumLink a {
color: unset;
text-decoration: unset;
}
.postMobile .postMessage {
padding: 10px;
font-size: var(--post-mobile-content-font-size);
@@ -416,6 +421,11 @@
text-transform: capitalize;
}
.pendingCid {
color: red !important;
font-weight: 700 !important;
}
@media (max-width: 640px) {
.postDesktop {
display: none;