add Nostr-login package #217

Merged
enes merged 20 commits from nostr-login-9-30 into staging 2024-10-09 08:54:33 +00:00
5 changed files with 5 additions and 5 deletions
Showing only changes of commit 0b79ebd909 - Show all commits

View File

@ -22,7 +22,7 @@
.drawingRectangle {
position: absolute;
outline: 1px solid #01aaad;
z-index: 50;
z-index: 40;
background-color: #01aaad4b;
cursor: pointer;
display: flex;

View File

@ -7,7 +7,8 @@
align-items: center;
justify-content: center;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9999;
z-index: 50;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}

View File

@ -15,7 +15,7 @@
left: 5px;
align-items: center;
z-index: 1000;
z-index: 40;
button {
transition: ease 0.2s;

View File

@ -6,7 +6,7 @@
.otherUserMarksDisplay {
position: absolute;
z-index: 50;
z-index: 40;
display: flex;
justify-content: center;
align-items: center;

View File

@ -62,7 +62,6 @@
display: flex;
justify-content: center;
align-items: center;
//z-index: 200;
}
.fixedBottomForm input[type='text'] {