Clickable tags + Improvements.

This commit is contained in:
Daniel
2022-06-16 13:28:12 +04:30
parent 781b64548a
commit 751bd895ed
13 changed files with 110 additions and 64 deletions
+4 -2
View File
@@ -14,7 +14,6 @@
}
}
.add-overlay {
animation: fadein 0.2s;
background-color: black;
@@ -26,6 +25,10 @@
width: 100vw;
}
.send-box {
position: relative;
}
.box {
animation: fadein 0.3s;
border: solid;
@@ -34,7 +37,6 @@
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
position: absolute;
z-index: 2;
top: 15%;
background-color: #1f2c38;
overflow-x: hidden;
overflow-y: auto;