mirror of
https://github.com/zigholding/obsidian-notesync-plugin.git
synced 2026-07-22 05:43:30 +00:00
13 lines
221 B
CSS
13 lines
221 B
CSS
|
|
/* 按钮条样式 */
|
||
|
|
.button-bar {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row-reverse;
|
||
|
|
justify-content: flex-start;
|
||
|
|
margin-top: 1rem;
|
||
|
|
gap: 0.5rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* 输入字段样式 */
|
||
|
|
.input-field {
|
||
|
|
width: 100%;
|
||
|
|
}
|