mirror of
https://github.com/devonthesofa/obsidian-note-status.git
synced 2026-07-22 12:30:24 +00:00
8 lines
121 B
CSS
8 lines
121 B
CSS
.setting-item-full {
|
|
width: 100%;
|
|
}
|
|
.setting-item-vertical {
|
|
flex-direction: column;
|
|
align-items: start;
|
|
gap: 4px;
|
|
}
|