MacBook-Pro-de-Oscar.local 2026-2-3:18:51:24

This commit is contained in:
oskar
2026-02-03 18:51:24 +01:00
parent 49207747e5
commit 51ac3966d9
22 changed files with 59 additions and 513 deletions

View File

@@ -50,6 +50,13 @@
padding-left: 36px;
}
/* Jan 2026-fix: Add visual divider when a SettingGroup is followed by a single
Setting (Switcher++ settings only)
*/
.qsp-settings-container .setting-group + .setting-item {
margin-top: var(--size-4-6);
}
/* symbol suggestion should align to the left */
.suggestion-item.qsp-suggestion-symbol {
justify-content: left;