mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
Feat/logs revamp (#2075)
auto reconnect to logs websocket and hopefully fix scrolling issues
This commit is contained in:
@@ -120,4 +120,22 @@ ion-modal {
|
||||
|
||||
.color-primary-shade {
|
||||
color: var(--ion-color-primary-shade)
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes ellipsis-dot {
|
||||
25% {
|
||||
content: '';
|
||||
}
|
||||
|
||||
50% {
|
||||
content: '.';
|
||||
}
|
||||
|
||||
75% {
|
||||
content: '..';
|
||||
}
|
||||
|
||||
100% {
|
||||
content: '...';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user