feat: new layout, only use gap for big folder links
Some checks are pending
Build and Test / build-and-test (macos-latest) (push) Waiting to run
Build and Test / build-and-test (ubuntu-latest) (push) Waiting to run
Build and Test / build-and-test (windows-latest) (push) Waiting to run
Build and Test / publish-tag (push) Waiting to run
Docker build & push image / build (push) Waiting to run

This commit is contained in:
duskflower 2025-04-07 18:07:10 +02:00
parent b129512e1a
commit b59dd09b82
2 changed files with 7 additions and 5 deletions

View file

@ -17,8 +17,8 @@
} */
/* } */
// create a gap so that long links become distinguishable
.folder-outer .content li {
// create a gap so that long links become distinguishable for the folders with long headings
.folder-container[data-folderpath="Politik/index"] + .folder-outer .content {
display: flex;
flex-direction: column;
row-gap: 0.5rem;