1
0
Fork 0

Remove unneeded .inview

This commit is contained in:
Lim Chee Aun 2024-01-04 19:08:51 +08:00
parent c0987209a8
commit 6919975c6d
2 changed files with 1 additions and 7 deletions

View file

@ -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;

View file

@ -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++;