mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Set min height for timeline
This commit is contained in:
parent
895602e446
commit
d46a1e8b38
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ a.mention span {
|
|||
.timeline {
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
min-height: 100vh;
|
||||
min-height: 100dvh;
|
||||
}
|
||||
.timeline > li {
|
||||
list-style: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue