zigholding_obsidian-notesyn.../styles.css
2025-01-18 12:23:06 +08:00

13 lines
No EOL
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%;
}