mirror of
https://github.com/martinlegend/neogdsync.git
synced 2026-07-22 14:10:28 +00:00
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>
23 lines
388 B
CSS
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);
|
|
}
|