mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 15:21:48 +03:00
Make this manual opt-in
This commit is contained in:
parent
e22e50705f
commit
ac91dc7983
2 changed files with 3 additions and 1 deletions
|
@ -119,6 +119,8 @@ a.mention span {
|
|||
.timeline {
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
}
|
||||
.timeline.grow {
|
||||
min-height: 100vh;
|
||||
min-height: 100dvh;
|
||||
}
|
||||
|
|
|
@ -346,7 +346,7 @@ function StatusPage({ id }) {
|
|||
</div>
|
||||
</header>
|
||||
<ul
|
||||
class={`timeline flat contextual ${
|
||||
class={`timeline flat contextual grow ${
|
||||
uiState === 'loading' ? 'loading' : ''
|
||||
}`}
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue