vault backup: 2026-02-12 17:29:41

This commit is contained in:
2026-02-12 17:29:41 -05:00
parent 493a2d7d27
commit 44b55ab1f6
10 changed files with 1125 additions and 3840 deletions
+25
View File
@@ -0,0 +1,25 @@
.customizable-text-setting {
display: flex;
flex-direction: column;
border: none;
}
.customizable-text-setting .setting-item-info {
width: 100%;
margin-left: 16px;
}
.customizable-text-setting .setting-item-info .setting-item-description {
margin-bottom: 16px;
}
.customizable-text-setting .setting-item-control {
width: 100%;
flex-direction: column;
}
.customizable-text-setting .setting-item-control textarea {
width: 100%;
height: 15em;
}