This commit is contained in:
@@ -51,12 +51,12 @@ emitter.on('toast', data => {
|
||||
<style scoped lang="scss">
|
||||
.toast-container {
|
||||
height: 100%;
|
||||
background-color: var(--color-background-soft);
|
||||
background-color: var(--color-toast-background);
|
||||
padding: 10px;
|
||||
margin-left: 5px;
|
||||
border-top-right-radius: 6px;
|
||||
border-bottom-right-radius: 6px;
|
||||
transform: translate(2px,0px)
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.toast {
|
||||
@@ -72,6 +72,7 @@ emitter.on('toast', data => {
|
||||
border-radius: 6px;
|
||||
text-align: center;
|
||||
|
||||
flex-direction: column;
|
||||
z-index: 9999999;
|
||||
|
||||
|
||||
@@ -100,7 +101,7 @@ emitter.on('toast', data => {
|
||||
}
|
||||
|
||||
&.show {
|
||||
display: block;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* Colors!!!! */
|
||||
|
||||
Reference in New Issue
Block a user