charlie 1 год назад
Родитель
Сommit
2333d42e62

+ 0 - 7
src/main/frontend/extensions/pdf/pdf.css

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

+ 1 - 1
src/main/frontend/handler/events.cljs

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

+ 0 - 28
src/main/frontend/mobile/index.css

@@ -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;
-      }
-    }
-  }
-}