add logo change, center for new conversation

This commit is contained in:
Tykayn 2025-08-14 12:32:14 +02:00 committed by tykayn
parent fa8a7ca996
commit b7a2331bab
8 changed files with 126 additions and 42 deletions

View file

@ -26,19 +26,18 @@
}
}
// Modal styles
.feedback-modal-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
}
.feedback-modal-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
}
.feedback-modal {
background: white;
@ -176,10 +175,12 @@
}
}
// Spinner animation
.spinning {
animation: spin 1s linear infinite;
}
/
/
Spinner animation
.spinning {
animation: spin 1s linear infinite;
}
@keyframes spin {
from {