Fixed some styling
This commit is contained in:
parent
23488369d2
commit
1c1257f3db
|
@ -1,14 +1,13 @@
|
||||||
.toast {
|
.toast {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 60px;
|
padding: 10px;
|
||||||
width: 200px;
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: calc(50vw - 100px);
|
left: 50vw;
|
||||||
|
transform: translate(-50%, 0);
|
||||||
bottom: 100px;
|
bottom: 100px;
|
||||||
text-align: center;
|
z-index: 1;
|
||||||
z-index: 100;
|
background-color: var(--primary-input-color);
|
||||||
background-color: var(--card-bg-color);
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue