vault backup: 2023-11-30 18:13:54

This commit is contained in:
2023-11-30 18:13:55 +08:00
parent a797eb1985
commit 3389d5abc7
12 changed files with 7610 additions and 3473 deletions

View File

@@ -217,7 +217,6 @@ svg.dataloom-svg--xl {
align-items: center;
width: max-content !important;
height: max-content;
padding: 6px !important;
white-space: nowrap;
color: var(--text-normal);
font-size: var(--font-size-normal);
@@ -238,9 +237,15 @@ svg.dataloom-svg--xl {
.dataloom-button--link:hover {
box-shadow: var(--input-shadow) !important;
}
.dataloom-button--small {
.dataloom-button--sm {
padding: 2px !important;
}
.dataloom-button--md {
padding: 6px !important;
}
.dataloom-button--lg {
padding: 10px !important;
}
.dataloom-button--full-width {
display: flex;
justify-content: flex-start;
@@ -532,26 +537,16 @@ svg.dataloom-svg--xl {
text-align: left;
}
/* src/react/loom-app/embed-cell/embed/styles.css */
.dataloom-embed {
width: 100%;
}
.dataloom-embed iframe {
width: 100%;
height: 100%;
}
.dataloom-embed p {
width: 100%;
height: 100%;
margin: 0px;
}
/* src/react/loom-app/embed-cell/styles.css */
.dataloom-embed-cell {
width: 100%;
height: 100%;
overflow: hidden;
}
.dataloom-embed-cell p {
margin: 0;
text-align: left;
}
/* src/react/loom-app/source-file-cell/styles.css */
.dataloom-source-file-cell p {
@@ -589,9 +584,13 @@ svg.dataloom-svg--xl {
cursor: pointer;
color: var(--text-normal);
}
.dataloom-cell--body__container--default-cursor {
.dataloom-cell--uneditable {
cursor: default;
}
.dataloom-cell--disabled {
cursor: default;
background-color: var(--background-secondary);
}
/* src/react/loom-app/table/styles.css */
.dataloom-table {
@@ -822,17 +821,23 @@ svg.dataloom-svg--xl {
padding: 2px 6px;
}
/* src/react/loom-app/option-bar/sources-menu/dataloom-source/styles.css */
.dataloom-source {
width: 100%;
height: 2.2em;
}
/* src/react/loom-app/option-bar/sources-menu/base-content/styles.css */
.dataloom-source-container {
width: 100%;
}
/* src/react/loom-app/option-bar/sources-menu/source-item/styles.css */
.dataloom-source-item {
width: 100%;
height: 2.2em;
}
.dataloom-source-item input {
width: 150px;
}
.dataloom-source-item select {
max-width: 150px;
}
/* src/react/loom-app/option-bar/styles.css */
.dataloom-option-bar {
width: 100%;
@@ -844,6 +849,9 @@ svg.dataloom-svg--xl {
position: relative;
height: 60px;
}
.dataloom-bottom-bar--mobile {
height: 100px;
}
.dataloom-bottom-bar > div {
border-top: 1px solid var(--table-border-color);
position: absolute;