This commit is contained in:
Oscar Plaisant
2024-12-17 18:49:14 +01:00
parent c891129430
commit 3a5cad8e48
520 changed files with 20726 additions and 344954 deletions

View File

@@ -119,6 +119,7 @@ div:has(> .snw-reference),
border-bottom: var(--border-width) solid var(--modal-border-color);
display: flex;
flex-direction: row;
align-items: center;
}
.snw-ref-title-popover-open-sidepane-icon {
@@ -140,6 +141,7 @@ div:has(> .snw-reference),
border-radius: var(--radius-s);
background-color: var(--titlebar-background-focused);
border: var(--border-width) solid var(--modal-border-color);
align-items: center;
}
.snw-ref-item-container {
@@ -194,6 +196,20 @@ div:has(> .snw-reference),
z-index: 1000;
}
/* Modification for when Edting Toolbar plugin is used */
.view-content:has(.top.cMenuToolbarDefaultAesthetic),
.view-content:has(.top.cMenuToolbarTinyAesthetic) {
.snw-header-count-wrapper {
top: 80px;
}
}
.view-content:has(.top.cMenuToolbarGlassAesthetic) {
.snw-header-count-wrapper {
top: 70px;
}
}
.snw-header-count {
text-align: center;
}
@@ -311,8 +327,6 @@ div:has(> .snw-reference),
font-weight: var(--nav-item-weight);
}
.snw-sort-dropdown-list-item {
padding-left: 5px;
}
@@ -328,7 +342,6 @@ div:has(> .snw-reference),
}
/* prevent printing of reference numbers */
@media print {
.snw-reference {