vault backup: 2026-06-08 16:18:12
This commit is contained in:
+36
-26
@@ -189,6 +189,12 @@
|
||||
stroke: var(--color-green);
|
||||
}
|
||||
|
||||
.metadata-menu.modal-container .modal {
|
||||
padding-top: 40px;
|
||||
}
|
||||
.metadata-menu.modal-container .modal .modal-close-button {
|
||||
padding-top: 35px;
|
||||
}
|
||||
.metadata-menu.modal-container.narrow .modal {
|
||||
width: initial;
|
||||
}
|
||||
@@ -252,7 +258,7 @@
|
||||
font-style: italic;
|
||||
color: var(--color-accent);
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container .field-container .info {
|
||||
display: none;
|
||||
}
|
||||
@@ -338,7 +344,7 @@
|
||||
.metadata-menu.modal-container .field-container .date-input-wrapper .master-input.datetime {
|
||||
width: 14em;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container .field-container .date-input-wrapper .master-input {
|
||||
display: none;
|
||||
}
|
||||
@@ -348,7 +354,6 @@
|
||||
margin-right: 0;
|
||||
}
|
||||
.metadata-menu.modal-container .field-container .date-input-wrapper .time-picker {
|
||||
width: 2em;
|
||||
margin-right: 0.5em;
|
||||
font-size: large;
|
||||
}
|
||||
@@ -624,7 +629,7 @@
|
||||
width: auto;
|
||||
min-width: var(--dialog-width);
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container.note-fields-modal .modal {
|
||||
max-width: 97vw;
|
||||
min-width: 0px;
|
||||
@@ -638,7 +643,7 @@
|
||||
grid-template-columns: auto auto 1fr auto;
|
||||
margin-top: 3px;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container.note-fields-modal .note-fields-container {
|
||||
grid-template-columns: 270px 75px;
|
||||
}
|
||||
@@ -650,7 +655,7 @@
|
||||
grid-column: 2;
|
||||
display: flex;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container.note-fields-modal .note-fields-container .field-settings-wrapper .field-settings-spacer {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -658,7 +663,7 @@
|
||||
.metadata-menu.modal-container.note-fields-modal .note-fields-container .field-value-wrapper {
|
||||
grid-column: 3;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container.note-fields-modal .note-fields-container .field-value-wrapper {
|
||||
grid-column: 1;
|
||||
margin-bottom: 1em;
|
||||
@@ -668,7 +673,7 @@
|
||||
grid-column: 4;
|
||||
display: flex;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container.note-fields-modal .note-fields-container .field-options-wrapper {
|
||||
grid-column: 2;
|
||||
margin-bottom: 1em;
|
||||
@@ -691,7 +696,7 @@
|
||||
padding-left: 0.6em;
|
||||
border: none;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container.note-fields-modal .note-fields-container .field-name-wrapper .field-item.field-name, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-value-wrapper .field-item.field-name, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-settings-wrapper .field-item.field-name, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-options-wrapper .field-item.field-name {
|
||||
padding-left: 0;
|
||||
}
|
||||
@@ -703,7 +708,7 @@
|
||||
.metadata-menu.modal-container.note-fields-modal .note-fields-container .field-name-wrapper .field-item .field-type, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-value-wrapper .field-item .field-type, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-settings-wrapper .field-item .field-type, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-options-wrapper .field-item .field-type {
|
||||
margin-top: 0.25em;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container.note-fields-modal .note-fields-container .field-name-wrapper .field-item .field-type.chip, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-value-wrapper .field-item .field-type.chip, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-settings-wrapper .field-item .field-type.chip, .metadata-menu.modal-container.note-fields-modal .note-fields-container .field-options-wrapper .field-item .field-type.chip {
|
||||
margin-right: 0;
|
||||
}
|
||||
@@ -758,6 +763,12 @@
|
||||
margin: 0 0.5em;
|
||||
}
|
||||
|
||||
.metadata-menu.modal-container .modal {
|
||||
padding-top: 40px;
|
||||
}
|
||||
.metadata-menu.modal-container .modal .modal-close-button {
|
||||
padding-top: 35px;
|
||||
}
|
||||
.metadata-menu.modal-container.narrow .modal {
|
||||
width: initial;
|
||||
}
|
||||
@@ -821,7 +832,7 @@
|
||||
font-style: italic;
|
||||
color: var(--color-accent);
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container .field-container .info {
|
||||
display: none;
|
||||
}
|
||||
@@ -907,7 +918,7 @@
|
||||
.metadata-menu.modal-container .field-container .date-input-wrapper .master-input.datetime {
|
||||
width: 14em;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.modal-container .field-container .date-input-wrapper .master-input {
|
||||
display: none;
|
||||
}
|
||||
@@ -917,7 +928,6 @@
|
||||
margin-right: 0;
|
||||
}
|
||||
.metadata-menu.modal-container .field-container .date-input-wrapper .time-picker {
|
||||
width: 2em;
|
||||
margin-right: 0.5em;
|
||||
font-size: large;
|
||||
}
|
||||
@@ -1361,7 +1371,7 @@
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
grid-gap: 10px;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.prompt.media-as-cards .prompt-results {
|
||||
grid-template-columns: auto;
|
||||
}
|
||||
@@ -1529,7 +1539,7 @@
|
||||
display: grid;
|
||||
grid-template-columns: auto auto auto 1fr;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-fields .fields-container, .metadata-menu.fileclass-codeblock-view .fv-fields .fields-container {
|
||||
grid-template-columns: auto auto auto;
|
||||
}
|
||||
@@ -1541,7 +1551,7 @@
|
||||
font-weight: 500;
|
||||
display: inline-flex;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-fields .fields-container .name-container, .metadata-menu.fileclass-codeblock-view .fv-fields .fields-container .name-container {
|
||||
margin-top: 1em;
|
||||
}
|
||||
@@ -1554,7 +1564,7 @@
|
||||
.metadata-menu.fileclass-view .fv-fields .fields-container .type-container, .metadata-menu.fileclass-codeblock-view .fv-fields .fields-container .type-container {
|
||||
grid-column: 2;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-fields .fields-container .type-container, .metadata-menu.fileclass-codeblock-view .fv-fields .fields-container .type-container {
|
||||
margin-top: 1em;
|
||||
}
|
||||
@@ -1575,7 +1585,7 @@
|
||||
grid-column: 3;
|
||||
display: flex;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-fields .fields-container .buttons-container, .metadata-menu.fileclass-codeblock-view .fv-fields .fields-container .buttons-container {
|
||||
margin-top: 1em;
|
||||
}
|
||||
@@ -1583,7 +1593,7 @@
|
||||
.metadata-menu.fileclass-view .fv-fields .fields-container .options-container, .metadata-menu.fileclass-codeblock-view .fv-fields .fields-container .options-container {
|
||||
grid-column: 4;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-fields .fields-container .options-container, .metadata-menu.fileclass-codeblock-view .fv-fields .fields-container .options-container {
|
||||
grid-column: 1;
|
||||
grid-column-start: span 3;
|
||||
@@ -1594,7 +1604,7 @@
|
||||
margin-left: 1em;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-fields .fields-container .options-container .description, .metadata-menu.fileclass-codeblock-view .fv-fields .fields-container .options-container .description {
|
||||
margin-left: 0em;
|
||||
white-space: normal;
|
||||
@@ -1638,7 +1648,7 @@
|
||||
grid-template-columns: auto auto auto 1fr;
|
||||
align-items: center;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-settings .settings-container, .metadata-menu.fileclass-codeblock-view .fv-settings .settings-container {
|
||||
grid-template-columns: 1fr auto;
|
||||
}
|
||||
@@ -1649,7 +1659,7 @@
|
||||
white-space: nowrap;
|
||||
font-weight: 500;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-settings .settings-container .label, .metadata-menu.fileclass-codeblock-view .fv-settings .settings-container .label {
|
||||
margin-top: 1em;
|
||||
}
|
||||
@@ -1658,7 +1668,7 @@
|
||||
grid-column: 3;
|
||||
margin: 0.2em 0em 0.2em 0;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-settings .settings-container .action, .metadata-menu.fileclass-codeblock-view .fv-settings .settings-container .action {
|
||||
grid-column: 1;
|
||||
grid-column-start: span 2;
|
||||
@@ -1719,7 +1729,7 @@
|
||||
.metadata-menu.fileclass-view .fv-settings .settings-container .tooltip-btn, .metadata-menu.fileclass-codeblock-view .fv-settings .settings-container .tooltip-btn {
|
||||
grid-column: 2;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-settings .settings-container .tooltip-btn, .metadata-menu.fileclass-codeblock-view .fv-settings .settings-container .tooltip-btn {
|
||||
margin-top: 1em;
|
||||
}
|
||||
@@ -1740,7 +1750,7 @@
|
||||
line-break: strict;
|
||||
line-height: normal;
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-settings .settings-container .tooltip-text, .metadata-menu.fileclass-codeblock-view .fv-settings .settings-container .tooltip-text {
|
||||
grid-column: 1;
|
||||
grid-column-start: span 2;
|
||||
@@ -1781,7 +1791,7 @@
|
||||
}
|
||||
*/
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 440px) {
|
||||
.metadata-menu.fileclass-view .fv-table .options, .metadata-menu.fileclass-codeblock-view .fv-table .options {
|
||||
max-height: 50em;
|
||||
overflow: scroll;
|
||||
|
||||
Reference in New Issue
Block a user