Merged with development

This commit is contained in:
WBHarry 2025-09-06 19:14:02 +02:00
commit 0712ea70ae
24 changed files with 587 additions and 368 deletions

View file

@ -43,4 +43,18 @@
}
}
}
.tab.questions {
.questions-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
.questions-section {
display: flex;
flex-direction: column;
gap: 4px;
}
}
}
}

View file

@ -279,11 +279,11 @@
}
&[data-sort-type='ASC']:after {
content: '\f0d7';
content: '\f884';
}
&[data-sort-type='DESC']:after {
content: '\f0d8';
content: '\f885';
}
}
}
@ -395,7 +395,7 @@
text-align: center;
font-weight: bold;
}
.hint {
flex: unset;
}
@ -409,7 +409,8 @@
&.lite,
&.no-folder {
.compendium-sidebar, .menu-path {
.compendium-sidebar,
.menu-path {
display: none;
}
}