Added results indicator + More UI change

This commit is contained in:
Daniel
2022-05-27 11:56:21 +04:30
parent dada207cdf
commit 5b617c85e3
4 changed files with 20 additions and 7 deletions
+5
View File
@@ -53,3 +53,8 @@
textarea:focus, input:focus{
outline: none;
}
.results {
margin: 20px;
margin-left: 30px;
}
+5 -2
View File
@@ -1,11 +1,14 @@
.list {
width: 100%;
text-align: left;
padding-top: 20px;
border-spacing: 10px 10px;
}
.list img {
pointer-events: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
position: absolute;
filter: blur(3px);
margin: 20px;
@@ -30,7 +33,7 @@
.list-entity-content {
text-shadow: 1px 1px 2px black;
z-index: 1;
z-index: 0;
margin-left: 50px;
padding: 20px;
justify-content: space-between;