deleted some media files, adjusted some text, added new static elements in the site tip popup, new css classes, and added a well-know with nostr json file for nip-05 #9

Merged
freakoverse merged 9 commits from staging into master 2024-08-16 19:12:07 +00:00
Showing only changes of commit a26453c16f - Show all commits

View File

@ -423,3 +423,20 @@
width: 100%; width: 100%;
grid-gap: 15px; grid-gap: 15px;
} }
.BTCAddressPopZap {
display: flex;
flex-direction: column;
grid-gap: 0px;
color: #ffffff50;
font-size: 12px;
font-weight: bold;
border-top: solid 1px #ffffff10;
padding: 10px 0 0 0;
margin: 10px 0 0 0;
}
.BTCAddressPopZapTextSpan {
font-weight: normal;
color: #ffffff25;
}