This commit is contained in:
Dapoolp 2025-08-27 15:54:41 +02:00
parent eb8f055a8f
commit d5323d4cb9
15 changed files with 188 additions and 201 deletions

View file

@ -292,6 +292,7 @@
display: flex;
flex-direction: column;
gap: 5px;
flex: 1;
.item-container {
&:hover {
@ -392,6 +393,7 @@
.title {
text-align: center;
font-weight: bold;
}
.hint {
@ -407,7 +409,7 @@
&.lite,
&.no-folder {
.menu-path {
.compendium-sidebar, .menu-path {
display: none;
}
}