slight changes to ui

This commit is contained in:
talksik
2019-08-19 21:25:17 -07:00
parent ba20d9f16e
commit b005ed0cd9
3 changed files with 70 additions and 1 deletions
+11 -1
View File
@@ -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;
}