vault backup: 2026-03-07 20:59:51

This commit is contained in:
2026-03-07 20:59:51 +01:00
parent 81fc62b395
commit 03d3b310a8
18 changed files with 21126 additions and 110 deletions
+21
View File
@@ -0,0 +1,21 @@
/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
.setting-item.column {
flex-direction: column;
align-items: stretch;
}
.setting-item.column .setting-item-control {
margin-top: var(--size-4-2);
}
.setting-item.column .setting-item-control > input {
width: 100%;
}