martinlegend_neogdsync/styles.css
ml2310 4104a479da Fix review bot: replace element.style.* with CSS class
Replace inline style assignments on folderInput with
.neogdsync-folder-input CSS class in styles.css.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-01 17:59:31 +08:00

23 lines
388 B
CSS

.neogdsync-monospace-input {
width: 340px;
font-family: var(--font-monospace);
}
.neogdsync-folder-input {
width: 100%;
margin-top: 4px;
font-family: var(--font-monospace);
}
.neogdsync-btn-row {
display: flex;
gap: 8px;
flex-wrap: wrap;
margin-top: 12px;
}
.neogdsync-conflict {
margin-bottom: 12px;
padding: 8px;
border-left: 3px solid var(--color-orange);
}