zigholding_obsidian-notesyn.../styles.css

13 lines
221 B
CSS
Raw Permalink Normal View History

2025-01-18 04:23:06 +00:00
/* 按钮条样式 */
.button-bar {
display: flex;
flex-direction: row-reverse;
justify-content: flex-start;
margin-top: 1rem;
gap: 0.5rem;
}
/* 输入字段样式 */
.input-field {
width: 100%;
}