|
|
@@ -125,7 +125,7 @@ html[data-theme='light'] {
|
|
|
margin-left: auto;
|
|
|
padding-left: 20px;
|
|
|
|
|
|
- .keyboard-shortcut>code {
|
|
|
+ .keyboard-shortcut > code {
|
|
|
padding: 4px !important;
|
|
|
text-rendering: initial;
|
|
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
|
|
|
@@ -349,7 +349,7 @@ button.tl-select-input-trigger {
|
|
|
bottom: -3px;
|
|
|
}
|
|
|
|
|
|
-.floating-panel[data-tool-locked='true']>.tl-button[data-selected='true']::after {
|
|
|
+.floating-panel[data-tool-locked='true'] > .tl-button[data-selected='true']::after {
|
|
|
@apply block absolute;
|
|
|
|
|
|
content: '';
|
|
|
@@ -602,7 +602,7 @@ button.tl-select-input-trigger {
|
|
|
background-color: rgba(0, 0, 0, 0.5) !important;
|
|
|
}
|
|
|
|
|
|
- >i.ti {
|
|
|
+ > i.ti {
|
|
|
transform: translateY(-0.5px);
|
|
|
}
|
|
|
}
|
|
|
@@ -721,7 +721,7 @@ button.tl-select-input-trigger {
|
|
|
|
|
|
.page-ref {
|
|
|
color: var(--ls-title-text-color);
|
|
|
- background: var(--ls-tertiary-background-color));
|
|
|
+ background: var(--ls-tertiary-background-color);
|
|
|
}
|
|
|
|
|
|
.breadcrumb {
|
|
|
@@ -750,7 +750,7 @@ button.tl-select-input-trigger {
|
|
|
.tl-image-shape-container {
|
|
|
@apply h-full w-full overflow-hidden flex items-center justify-center pointer-events-auto;
|
|
|
|
|
|
- &[data-asset-loaded="false"] {
|
|
|
+ &[data-asset-loaded='false'] {
|
|
|
background-color: var(--ls-secondary-background-color);
|
|
|
}
|
|
|
}
|
|
|
@@ -770,7 +770,7 @@ button.tl-select-input-trigger {
|
|
|
width: fit-content;
|
|
|
}
|
|
|
|
|
|
-.tl-html-anchor>iframe {
|
|
|
+.tl-html-anchor > iframe {
|
|
|
@apply h-full w-full !important;
|
|
|
margin: 0;
|
|
|
}
|
|
|
@@ -778,7 +778,7 @@ button.tl-select-input-trigger {
|
|
|
.tl-video-container {
|
|
|
@apply h-full w-full m-0 relative;
|
|
|
|
|
|
- >video {
|
|
|
+ > video {
|
|
|
@apply h-full w-full m-0 relative;
|
|
|
}
|
|
|
}
|
|
|
@@ -905,7 +905,7 @@ html[data-theme='dark'] {
|
|
|
}
|
|
|
|
|
|
.tl-popover-content {
|
|
|
- @apply rounded-sm drop-shadow-md;
|
|
|
+ @apply rounded-lg drop-shadow-md;
|
|
|
|
|
|
background-color: var(--ls-secondary-background-color);
|
|
|
z-index: 100000;
|
|
|
@@ -951,8 +951,7 @@ html[data-theme='dark'] {
|
|
|
|
|
|
user-select: none;
|
|
|
touch-action: none;
|
|
|
- background: url("../img/checker.png");
|
|
|
-
|
|
|
+ background: url('../img/checker.png');
|
|
|
}
|
|
|
|
|
|
.tl-slider-track {
|
|
|
@@ -961,11 +960,11 @@ html[data-theme='dark'] {
|
|
|
background: linear-gradient(90deg, transparent, var(--ls-tertiary-background-color));
|
|
|
border: 1px solid var(--ls-secondary-border-color);
|
|
|
|
|
|
- &[data-orientation="horizontal"] {
|
|
|
+ &[data-orientation='horizontal'] {
|
|
|
height: 10px;
|
|
|
}
|
|
|
|
|
|
- &[data-orientation="vertical"] {
|
|
|
+ &[data-orientation='vertical'] {
|
|
|
width: 10px;
|
|
|
}
|
|
|
}
|
|
|
@@ -999,8 +998,8 @@ html[data-theme='dark'] {
|
|
|
border-top-right-radius: 6px;
|
|
|
border-bottom-right-radius: 6px;
|
|
|
|
|
|
-
|
|
|
- &:hover, &.open {
|
|
|
+ &:hover,
|
|
|
+ &.open {
|
|
|
@apply p-1.5;
|
|
|
}
|
|
|
}
|
|
|
@@ -1011,28 +1010,53 @@ html[data-theme='dark'] {
|
|
|
height: 32px;
|
|
|
transform: translate(4px, -6px);
|
|
|
|
|
|
- &:hover, &.open {
|
|
|
+ &:hover,
|
|
|
+ &.open {
|
|
|
height: 36px;
|
|
|
width: 36px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.tl-shape-links-count {
|
|
|
- @apply px-1;
|
|
|
+ @apply px-1 rounded-sm;
|
|
|
background-color: var(--ls-page-properties-background-color);
|
|
|
}
|
|
|
|
|
|
-.tl-shape-links-panel {
|
|
|
- @apply absolute shadow-lg rounded-lg p-3;
|
|
|
+.tl-shape-links-panel,
|
|
|
+.tl-shape-links-reference-panel {
|
|
|
+ @apply p-3;
|
|
|
width: 320px;
|
|
|
- transform: translate(20px, -8px);
|
|
|
- left: 100%;
|
|
|
- top: 0;
|
|
|
- background-color: var(--ls-secondary-background-color);
|
|
|
+ color: var(--ls-primary-text-color);
|
|
|
+}
|
|
|
+
|
|
|
+.tl-shape-links-reference-panel {
|
|
|
+ @apply rounded-t-lg;
|
|
|
}
|
|
|
|
|
|
.tl-shape-links-panel-item {
|
|
|
- @apply rounded py-1 px-4 flex items-center justify-center gap-1;
|
|
|
+ @apply rounded py-1 px-4 pr-2 flex items-center justify-center gap-1;
|
|
|
color: var(--color-text);
|
|
|
- background-color: var(--ls-tertiary-background-color);
|
|
|
+
|
|
|
+ .page-ref {
|
|
|
+ color: var(--ls-title-text-color);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.tl-popover-trigger-button {
|
|
|
+ @apply rounded text-sm;
|
|
|
+
|
|
|
+ min-width: 32px;
|
|
|
+ height: 32px;
|
|
|
+ padding: 3px;
|
|
|
+ color: var(--ls-secondary-text-color);
|
|
|
+
|
|
|
+ &[data-border='true'] {
|
|
|
+ border: 1px solid var(--ls-secondary-border-color);
|
|
|
+ }
|
|
|
+
|
|
|
+ &[data-state='open'] {
|
|
|
+ background-color: var(--ls-tertiary-background-color);
|
|
|
+ color: var(--ls-primary-text-color);
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
}
|