Skip to content

Commit 87b381c

Browse files
committed
Center vertically.
1 parent e7b1234 commit 87b381c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkg/web_css/lib/src/_base.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,11 @@ a.-x-ago {
444444
.pub-toc-container {
445445
@media (min-width: 1600px) {
446446
position: fixed;
447-
top: 100px;
447+
top: 10px;
448+
bottom: 10px;
448449
left: 12px;
450+
display: flex;
451+
align-items: center;
449452
}
450453
}
451454

0 commit comments

Comments
 (0)