feat: preffered startup paths
This commit is contained in:
@@ -417,6 +417,21 @@ button:disabled {
|
||||
margin: 10px 0 8px;
|
||||
}
|
||||
|
||||
.settings-field {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
margin: 10px 0 6px;
|
||||
}
|
||||
|
||||
.settings-field input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.settings-actions {
|
||||
display: flex;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.list li.is-selected {
|
||||
background: var(--color-selection-bg);
|
||||
box-shadow: inset 0 0 0 1px var(--color-selection-border);
|
||||
|
||||
Reference in New Issue
Block a user