update
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user