minor fixes to faqs modal, updated readme

This commit is contained in:
Thomas Mathews 2022-12-22 13:35:52 -08:00
parent 4aa0f3b065
commit 0a4789b38e
3 changed files with 7 additions and 20 deletions

View file

@ -6,19 +6,6 @@ all of it's functionality.
[Issue Tracker](https://todo.sr.ht/~tomtom/damus-web-issues) [Issue Tracker](https://todo.sr.ht/~tomtom/damus-web-issues)
## Roadmap
Here is what is confirmed for development.
- [ ] Share event
- [ ] Profile view (with ability to follow user)
- [ ] Edit metadata (from profile view)
- [ ] Global timeline view
- [ ] Notifications view
- [ ] Settings view (with ability to configure relays)
- [ ] Multiple reaction picker
- [ ] Direct Messages (subject to discussion)
## Contribution Guide ## Contribution Guide
There are rules to contributing to this client. Please ensure you read them There are rules to contributing to this client. Please ensure you read them
@ -42,10 +29,6 @@ before making changes and supplying patch notes.
These rules are subject to discussion. These rules are subject to discussion.
## Style Guide
TODO Write about the style guide.
## Terminology ## Terminology
* Sign Out - Not "log out", "logout", "log off", etc. * Sign Out - Not "log out", "logout", "log off", etc.
@ -59,4 +42,3 @@ TODO Write about the style guide.
* You cannot send events when running from an IP address that is not secure. * You cannot send events when running from an IP address that is not secure.
Work arounds are not known at this time. Work arounds are not known at this time.

View file

@ -36,6 +36,7 @@ a:visited {
.page-content { .page-content {
max-width: 700px; max-width: 700px;
margin: 0 auto; margin: 0 auto;
padding: 20px;
} }
.hero-box { .hero-box {
width: 100vw; width: 100vw;
@ -383,10 +384,11 @@ details.cw summary {
top: 0; top: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: rgba(0,0,0,0.4); background: rgba(255,255,255,0.4);
opacity: 1; opacity: 1;
transition: opacity 0.2s linear; transition: opacity 0.2s linear;
backdrop-filter: blur(20px); backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
} }
.modal.scrollable { .modal.scrollable {
overflow: scroll; overflow: scroll;
@ -518,5 +520,8 @@ label[role="profile-nip5"] {
.icon.svg.dark-noinvert { .icon.svg.dark-noinvert {
filter: invert(0); filter: invert(0);
} }
.modal {
background: rgba(0,0,0,0.4);
}
} }

View file

@ -44,7 +44,7 @@
<p>The blue bird experience for Nostr.</p> <p>The blue bird experience for Nostr.</p>
<button class="action" onclick="signin()"> <button class="action" onclick="signin()">
Sign In with Key Sign In with Key
<img src="./icon/key.svg" class="icon svg small dark-noinvert"/> <img src="./icon/key.svg" class="icon svg small invert"/>
</button> </button>
<br/> <br/>
<br/> <br/>