mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Fix faux bottom spacer not working
This commit is contained in:
parent
f110ac6812
commit
9022a3ee12
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,8 @@ a.mention span {
|
|||
font-size: 1.45em;
|
||||
}
|
||||
.deck.padded-bottom .timeline > li:last-child {
|
||||
padding-bottom: 80vh;
|
||||
padding-bottom: 80vh !important;
|
||||
padding-bottom: 80dvh !important;
|
||||
}
|
||||
|
||||
.timeline {
|
||||
|
|
Loading…
Add table
Reference in a new issue