mirror of
https://github.com/ruszabarov/obsidian-unit-converter.git
synced 2026-07-22 11:30:29 +00:00
11 lines
No EOL
206 B
CSS
11 lines
No EOL
206 B
CSS
.measure-from-container {
|
|
display: flex;
|
|
gap: 16px;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.measure-from-container .setting-item {
|
|
border-top: none;
|
|
padding: 0.75em 0;
|
|
} |