Fixed some styling

This commit is contained in:
kyle.watson 2020-06-15 20:26:35 +01:00
parent 23488369d2
commit 1c1257f3db
1 changed files with 5 additions and 6 deletions

View File

@ -1,14 +1,13 @@
.toast {
display: flex;
height: 60px;
width: 200px;
padding: 10px;
overflow-y: auto;
position: fixed;
left: calc(50vw - 100px);
left: 50vw;
transform: translate(-50%, 0);
bottom: 100px;
text-align: center;
z-index: 100;
background-color: var(--card-bg-color);
z-index: 1;
background-color: var(--primary-input-color);
opacity: 0;
border-radius: 20px;
cursor: pointer;