Added results indicator + More UI change
This commit is contained in:
@@ -53,3 +53,8 @@
|
||||
textarea:focus, input:focus{
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.results {
|
||||
margin: 20px;
|
||||
margin-left: 30px;
|
||||
}
|
||||
+5
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user