Remove unneeded .inview
This commit is contained in:
parent
c0987209a8
commit
6919975c6d
|
@ -12,10 +12,6 @@
|
|||
margin-left: -16px;
|
||||
}
|
||||
|
||||
.status-deck header.inview h1 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hero-heading {
|
||||
font-size: var(--text-size);
|
||||
display: inline-block;
|
||||
|
|
|
@ -941,9 +941,7 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) {
|
|||
}}
|
||||
>
|
||||
<header
|
||||
class={`${heroInView ? 'inview' : ''} ${
|
||||
uiState === 'loading' ? 'loading' : ''
|
||||
}`}
|
||||
class={`${uiState === 'loading' ? 'loading' : ''}`}
|
||||
onDblClick={(e) => {
|
||||
// reload statuses
|
||||
states.reloadStatusPage++;
|
||||
|
|
Loading…
Reference in a new issue