enhance(ui): polish details

pull/10981/head
charlie 2024-08-09 14:04:27 +08:00
parent dce8459248
commit 2333d42e62
3 changed files with 1 additions and 36 deletions

View File

@ -791,9 +791,6 @@ input::-webkit-inner-spin-button {
.block-ref { .block-ref {
&-wrap { &-wrap {
&[data-type=annotation] {
}
&[data-hl-type=area] { &[data-hl-type=area] {
display: block; display: block;
@ -862,10 +859,6 @@ input::-webkit-inner-spin-button {
cursor: alias; cursor: alias;
} }
} }
.block-title-wrap {
@apply block;
}
} }
} }

View File

@ -841,7 +841,7 @@
repo/new-db-graph repo/new-db-graph
{:id :new-db-graph {:id :new-db-graph
:title [:h2 "Create a new graph"] :title [:h2 "Create a new graph"]
:label "graph-setup"})) :style {:max-width "500px"}}))
(defmethod handle :graph/save-db-to-disk [[_ _opts]] (defmethod handle :graph/save-db-to-disk [[_ _opts]]
(persist-db/export-current-graph! {:succ-notification? true})) (persist-db/export-current-graph! {:succ-notification? true}))

View File

@ -219,31 +219,3 @@ html.is-zoomed-native-ios {
} }
} }
} }
.ui__modal {
&[label=graph-setup] {
align-items: center;
.ui__modal-panel {
transform: translate3d(0, -78px, 0);
}
.panel-content {
padding: 0;
}
.cp__graph-picker {
padding: 58px 20px 20px 20px;
background: var(--ls-primary-background-color);
> h1 {
position: absolute;
font-size: 18px;
font-weight: 500;
top: 12px;
left: 20px;
opacity: .9;
}
}
}
}