style/sticky sidebar

close #79
This commit is contained in:
SouthFox 2022-12-12 16:39:43 +08:00
parent bd7c96abf8
commit 9e1404a8bf

View file

@ -29,6 +29,10 @@ body {
#sidebar {
font-size: 0.9em;
}
#side_meta {
position: sticky;
top: 10px;
}
.post {
font-size: 1em;
}