add jump to posts

This commit is contained in:
welpo 2024-10-25 15:47:24 +02:00 committed by ZzMzaw
parent e0971689b0
commit c056b53d26
25 changed files with 78 additions and 5 deletions

View file

@ -253,3 +253,24 @@ details summary {
[data-force-text-direction="rtl"] * {
direction: inherit;
}
.title-with-jump {
display: flex;
justify-content: space-between;
align-items: center;
}
.title-with-jump h1 {
flex: 1;
}
.jump-link {
flex-shrink: 0;
font-size: 0.9rem;
}
@media (max-width: 500px) {
.title-with-jump {
flex-direction: column;
}
}