display last online time (#1125)
* - if offline calculate and display last online time to address https://github.com/owncast/owncast/issues/1111 - clean up status bar styles * clean up console
This commit is contained in:
@@ -78,17 +78,6 @@ header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
#stream-info span {
|
||||
font-size: .70rem;
|
||||
}
|
||||
#stream-viewer-count {
|
||||
display: none;
|
||||
}
|
||||
.online #stream-viewer-count {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#external-actions-container {
|
||||
margin: 1em 0;
|
||||
|
||||
|
||||
@@ -24,8 +24,3 @@ The styles in this file mostly ovveride those coming from chat.css
|
||||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
|
||||
#video-only #stream-info {
|
||||
height: 3rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user