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