mirror of
https://github.com/uthvah/sync-embeds.git
synced 2026-07-22 16:30:22 +00:00
style: padding changes
This commit is contained in:
parent
9dd5a913d6
commit
f614d6bf70
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue