Improved receiving notifications

This commit is contained in:
2024-06-02 02:33:29 +02:00
parent 348b84e08b
commit 8329afe897
4 changed files with 21 additions and 10 deletions

View File

@ -93,7 +93,6 @@ onUnmounted(() => {
background-color: rgba($white, 0.8);
z-index: 999;
// make draggable
.modal-header {
cursor: move;
background-color: rgba($purple, 0.6);
@ -149,6 +148,7 @@ onUnmounted(() => {
margin-right: 20px;
}
}
button {
padding: 10px 16px;
min-width: 6.25rem;