feat: implemented user-friendly chord guide editor; added real time chord guide info to the status bar
This commit is contained in:
@@ -319,6 +319,28 @@
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.settings-chord-guide-reset-row {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.settings-chord-guide-toolbar {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.settings-chord-guide-toolbar .event-list-toolbar-group:first-child {
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.settings-chord-guide-toolbar .settings-chord-guide-add-button {
|
||||
border: 1px solid #444;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.settings-chord-guide-toolbar .settings-chord-guide-add-button:hover {
|
||||
border: 1px solid #5a5a5a;
|
||||
}
|
||||
|
||||
button.settings-help {
|
||||
color: #5a9fd4;
|
||||
text-decoration: underline;
|
||||
|
||||
Reference in New Issue
Block a user