style: padding changes

This commit is contained in:
luwai 2025-12-22 09:39:43 -05:00
parent 9dd5a913d6
commit f614d6bf70

View file

@ -3,17 +3,17 @@
border: 1px solid var(--background-modifier-border);
border-radius: 8px;
background: var(--background-primary);
margin: 12px 0;
margin: 0px 0px;
display: flex;
flex-direction: column;
gap: var(--sync-gap, 16px);
padding: 16px;
padding: 12px;
}
/* === EMBED WRAPPER === */
.sync-embed {
border: none !important;
margin: 0 !important;
margin: 0px !important;
padding: 0 !important;
background: transparent !important;
box-shadow: none !important;
@ -56,7 +56,7 @@
background-color: transparent !important;
/* Aesthetic bottom padding - matches native Obsidian feel */
padding-bottom: 8px !important;
padding-bottom: 0px !important;
/* Native Obsidian horizontal padding - fixed at 10px regardless of readable line width */
/* padding-left: 4px !important;