diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx index 49ffacd..c113721 100644 --- a/src/components/account-info.jsx +++ b/src/components/account-info.jsx @@ -1352,7 +1352,6 @@ function RelatedActions({ {!!showTranslatedBio && ( { setShowTranslatedBio(false); }} @@ -1366,7 +1365,6 @@ function RelatedActions({ )} {!!showAddRemoveLists && ( { setShowAddRemoveLists(false); }} @@ -1379,7 +1377,6 @@ function RelatedActions({ )} {!!showPrivateNoteModal && ( { setShowPrivateNoteModal(false); }} @@ -1571,7 +1568,6 @@ function AddRemoveListsSheet({ accountID, onClose }) { {showListAddEditModal && ( { if (e.target === e.currentTarget) { setShowListAddEditModal(false); diff --git a/src/components/compose.jsx b/src/components/compose.jsx index 328f819..c075790 100644 --- a/src/components/compose.jsx +++ b/src/components/compose.jsx @@ -1254,7 +1254,6 @@ function Compose({ {showEmoji2Picker && ( { if (e.target === e.currentTarget) { setShowEmoji2Picker(false); @@ -1768,7 +1767,6 @@ function MediaAttachment({ {showModal && ( { if (e.target === e.currentTarget) { setShowModal(false); diff --git a/src/components/keyboard-shortcuts-help.jsx b/src/components/keyboard-shortcuts-help.jsx index 90cc82c..a3925f2 100644 --- a/src/components/keyboard-shortcuts-help.jsx +++ b/src/components/keyboard-shortcuts-help.jsx @@ -32,7 +32,7 @@ export default memo(function KeyboardShortcutsHelp() { return ( !!snapStates.showKeyboardShortcutsHelp && ( - +
{!!showEdited && ( { if (e.target === e.currentTarget) { setShowEdited(false); @@ -2008,7 +2007,6 @@ function Status({ )} {!!showEmbed && ( { if (e.target === e.currentTarget) { setShowEmbed(false); @@ -2953,7 +2951,6 @@ function FilteredStatus({ {!!showPeek && ( { if (e.target === e.currentTarget) { setShowPeek(false); diff --git a/src/index.css b/src/index.css index 5da6f21..c56446b 100644 --- a/src/index.css +++ b/src/index.css @@ -69,7 +69,7 @@ --outline-color: rgba(128, 128, 128, 0.2); --outline-hover-color: rgba(128, 128, 128, 0.7); --divider-color: rgba(0, 0, 0, 0.1); - --backdrop-color: rgba(0, 0, 0, 0.05); + --backdrop-color: rgba(0, 0, 0, 0.1); --backdrop-darker-color: rgba(0, 0, 0, 0.25); --backdrop-solid-color: #eee; --img-bg-color: rgba(128, 128, 128, 0.2); diff --git a/src/pages/list.jsx b/src/pages/list.jsx index e59025a..7ab2970 100644 --- a/src/pages/list.jsx +++ b/src/pages/list.jsx @@ -143,7 +143,6 @@ function List(props) { /> {showListAddEditModal && ( { if (e.target === e.currentTarget) { setShowListAddEditModal(false); @@ -167,7 +166,6 @@ function List(props) { )} {showManageMembersModal && ( { if (e.target === e.currentTarget) { setShowManageMembersModal(false); diff --git a/src/pages/lists.jsx b/src/pages/lists.jsx index 8e72bf8..b06d92f 100644 --- a/src/pages/lists.jsx +++ b/src/pages/lists.jsx @@ -108,7 +108,6 @@ function Lists() { {showListAddEditModal && ( { if (e.target === e.currentTarget) { setShowListAddEditModal(false);