From 0a4789b38e9f643883b49c5f406a34196234b205 Mon Sep 17 00:00:00 2001 From: Thomas Mathews Date: Thu, 22 Dec 2022 13:35:52 -0800 Subject: [PATCH] minor fixes to faqs modal, updated readme --- README.md | 18 ------------------ css/styles.css | 7 ++++++- index.html | 2 +- 3 files changed, 7 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index f425002..5b1aae2 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,6 @@ all of it's functionality. [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 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. -## Style Guide - -TODO Write about the style guide. - ## Terminology * 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. Work arounds are not known at this time. - diff --git a/css/styles.css b/css/styles.css index 9681cec..bbe2e08 100644 --- a/css/styles.css +++ b/css/styles.css @@ -36,6 +36,7 @@ a:visited { .page-content { max-width: 700px; margin: 0 auto; + padding: 20px; } .hero-box { width: 100vw; @@ -383,10 +384,11 @@ details.cw summary { top: 0; width: 100%; height: 100%; - background: rgba(0,0,0,0.4); + background: rgba(255,255,255,0.4); opacity: 1; transition: opacity 0.2s linear; backdrop-filter: blur(20px); + -webkit-backdrop-filter: blur(20px); } .modal.scrollable { overflow: scroll; @@ -518,5 +520,8 @@ label[role="profile-nip5"] { .icon.svg.dark-noinvert { filter: invert(0); } + .modal { + background: rgba(0,0,0,0.4); + } } diff --git a/index.html b/index.html index 2f31054..7af2f99 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@

The blue bird experience for Nostr.