Added icon change
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 39s

This commit is contained in:
2026-04-26 21:12:08 +02:00
parent 9048bb0f11
commit 475887420c
20 changed files with 668 additions and 41 deletions

View File

@@ -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!!!! */