update
This commit is contained in:
@@ -246,10 +246,20 @@ export class SioConversationView extends DeesElement {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
gap: ${unsafeCSS(spacing[4])};
|
||||
gap: ${unsafeCSS(spacing["4"])};
|
||||
padding: ${unsafeCSS(spacing["8"])};
|
||||
text-align: center;
|
||||
color: ${bdTheme('mutedForeground')};
|
||||
animation: fadeIn 500ms ease-out;
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.empty-icon {
|
||||
|
||||
Reference in New Issue
Block a user