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