vault backup: 2025-03-25 00:00:32

This commit is contained in:
sShemet
2025-03-25 00:00:32 +05:00
parent adacbf2e45
commit be6dc38c52
6 changed files with 943 additions and 23 deletions

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;
}