slight changes to ui
This commit is contained in:
@@ -3,9 +3,19 @@
|
||||
overflow: hidden;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
.tipCard {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
margin: 1em;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.searchCont {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -102,7 +112,7 @@
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0.7;
|
||||
opacity: 0.5;
|
||||
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user