2025-05-29 11:16:34 +00:00
|
|
|
.markdown-source-view.mod-cm6.is-readable-line-width .cm-sizer>.virtual-footer-dynamic-content-element {
|
2024-11-30 14:50:28 +00:00
|
|
|
max-width: var(--max-width);
|
|
|
|
|
width: var(--line-width);
|
2025-05-29 08:52:55 +00:00
|
|
|
margin-inline: var(--content-margin);
|
2024-11-30 14:50:28 +00:00
|
|
|
}
|
2024-11-29 03:04:53 +00:00
|
|
|
|
2024-11-30 14:50:28 +00:00
|
|
|
.virtual-footer-cm-padding {
|
|
|
|
|
padding-bottom: var(--p-spacing) !important;
|
2024-11-30 17:35:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.virtual-footer-remove-flex {
|
|
|
|
|
flex: 0 1 auto !important;
|
|
|
|
|
}
|
2024-12-01 12:05:32 +00:00
|
|
|
|
2025-05-29 12:09:55 +00:00
|
|
|
.virtual-footer-footer-group{
|
2024-12-01 12:05:32 +00:00
|
|
|
min-height: 528px;
|
|
|
|
|
}
|
|
|
|
|
|
2025-07-29 19:41:47 +00:00
|
|
|
.virtual-footer-footer-group.virtual-footer-above-backlinks {
|
|
|
|
|
min-height: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-12-08 18:20:18 +00:00
|
|
|
.virtual-footer-delete-button {
|
|
|
|
|
margin: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2024-12-01 12:05:32 +00:00
|
|
|
.virtual-footer-add-button {
|
|
|
|
|
margin: 1em;
|
2025-05-30 09:57:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.virtual-footer-rule-item h4 {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
user-select: none;
|
|
|
|
|
position: relative;
|
|
|
|
|
/* Space for the icon */
|
|
|
|
|
padding-left: 22px;
|
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
.virtual-footer-rule-item h4::before {
|
|
|
|
|
/* Collapsed state: right-pointing triangle */
|
|
|
|
|
content: '▶';
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 50%;
|
|
|
|
|
transform: translateY(-50%) scale(0.9);
|
|
|
|
|
/* Adjust size as needed */
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
}
|
|
|
|
|
.virtual-footer-rule-item:not(.is-collapsed) h4::before {
|
|
|
|
|
content: '▼';
|
|
|
|
|
}
|
|
|
|
|
.virtual-footer-rule-item.is-collapsed .virtual-footer-rule-content {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.virtual-footer-rule-content {
|
|
|
|
|
/* Indent content to align with text after icon */
|
|
|
|
|
padding-left: 22px;
|
|
|
|
|
/* Optional visual cue */
|
|
|
|
|
/* border-left: 1px solid var(--background-modifier-border); */
|
|
|
|
|
/* Align border with icon center */
|
|
|
|
|
/* margin-left: 2px; */
|
|
|
|
|
padding-bottom: 10px;
|
2024-12-01 12:05:32 +00:00
|
|
|
}
|