vault backup: 2024-04-15 11:54:03

This commit is contained in:
2024-04-15 11:54:03 +08:00
parent 839f2a0fd6
commit 6bb6abaa04
126 changed files with 104482 additions and 70653 deletions

View File

@@ -45,6 +45,17 @@
font-size: 80%;
}
/**
* Used for indenting setting elements when they have relations to each other.
*/
.SC-indent {
margin-left: 20px;
}
.SC-text-right {
text-align: right;
}
/*
* SETTING GROUPS
* Related setting fields combined together.
@@ -73,10 +84,18 @@ div.SC-setting-group div.setting-item.SC-full-description div.setting-item-contr
width: 0; /* Make room for description. */
}
div.SC-setting-group div.setting-item.SC-wide-description div.setting-item-info {
width: max-content; /* Grow description as wide as possible, but leave some space for setting control elements. */
}
div.SC-setting-group div.setting-item.SC-wide-description div.setting-item-control {
width: min-content; /* Make room for description. */
}
div.SC-setting-group div.setting-item input[type=text],
div.SC-setting-group div.setting-item input[type=password],
div.SC-setting-group div.setting-item input[type=search],
div.SC-setting-group div.setting-item textarea,
div.SC-setting-group div.setting-item select {
div.SC-setting-group div.setting-item:not(.setting-item-heading) select {
width: 100%; /* Enlarge fields. */
max-width: 100%; /* Remove a maximum width limitation, at least <select> elements had one. */
}
@@ -148,6 +167,13 @@ div.SC-hotkey-info svg {
vertical-align: middle; /* Not middle but close enough. */
}
small.SC-preview-shell-name {
display: inline-block;
margin-top: 7px;
border-top: 1px solid var(--text-faint);
font-weight: bold;
}
/*
* SHELL COMMAND ICONS (not button icons, just informational icons)
*/
@@ -178,6 +204,19 @@ li.SC-custom-variable-view-list-item {
}
/*
* CUSTOM SHELL SETTINGS
*/
div.SC-path-translator-setting div.setting-item-control::before {
content: "function (absolutePath) {";
white-space: nowrap;
}
div.SC-path-translator-setting div.setting-item-control::after {
content: "}";
}
/*
* MODALS (generic rules to all of the plugin's modals)
*/