Removed the margin around the green pod boxes
This commit is contained in:
parent
46c90fb504
commit
9568dbb6e3
|
@ -21,7 +21,7 @@
|
|||
|
||||
(def cljs-dev-tools-background "#e8ffe8")
|
||||
(def pod-gap common/gs-19s)
|
||||
(def pad-padding common/gs-7s)
|
||||
(def pad-padding "0px")
|
||||
(def border-radius "3px")
|
||||
|
||||
(def app-db-styles
|
||||
|
@ -245,10 +245,11 @@
|
|||
:class "app-db-path--link"
|
||||
:justify :end
|
||||
:children [[rc/hyperlink-href
|
||||
;:class "app-db-path--label"
|
||||
:label "ONLY BEFORE"
|
||||
;:class "app-db-path--label"
|
||||
:label "ONLY BEFORE"
|
||||
:style {:margin-left common/gs-7s}
|
||||
:target "_blank"
|
||||
:href "https://github.com/Day8/re-frame-trace/wiki/app-db#diff"]]]
|
||||
:href "https://github.com/Day8/re-frame-trace/wiki/app-db#diff"]]]
|
||||
|
||||
^{:key "only-before-diff"}
|
||||
[rc/v-box
|
||||
|
@ -261,10 +262,11 @@
|
|||
:class "app-db-path--link"
|
||||
:justify :end
|
||||
:children [[rc/hyperlink-href
|
||||
;:class "app-db-path--label"
|
||||
:label "ONLY AFTER"
|
||||
;:class "app-db-path--label"
|
||||
:label "ONLY AFTER"
|
||||
:style {:margin-left common/gs-7s}
|
||||
:target "_blank"
|
||||
:href "https://github.com/Day8/re-frame-trace/wiki/app-db#diff"]]]
|
||||
:href "https://github.com/Day8/re-frame-trace/wiki/app-db#diff"]]]
|
||||
|
||||
^{:key "only-after-diff"}
|
||||
[rc/v-box
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
(def cljs-dev-tools-background "#e8ffe8")
|
||||
(def pod-gap common/gs-19s)
|
||||
(def pad-padding common/gs-7s)
|
||||
(def pad-padding "0px")
|
||||
|
||||
;; TODO: START ========== LOCAL DATA - REPLACE WITH SUBS AND EVENTS
|
||||
|
||||
|
@ -196,10 +196,11 @@
|
|||
:justify :end
|
||||
:style {:margin (css-join "0px" pad-padding)}
|
||||
:children [[rc/hyperlink-href
|
||||
;:class "app-db-path--label"
|
||||
:label "ONLY BEFORE"
|
||||
;:class "app-db-path--label"
|
||||
:label "ONLY BEFORE"
|
||||
:style {:margin-left common/gs-7s}
|
||||
:target "_blank"
|
||||
:href "https://github.com/Day8/re-frame-trace/wiki/app-db#diff"]]])
|
||||
:href "https://github.com/Day8/re-frame-trace/wiki/app-db#diff"]]])
|
||||
(when (and open? diff?)
|
||||
[rc/v-box
|
||||
:height "60px"
|
||||
|
@ -214,10 +215,11 @@
|
|||
:justify :end
|
||||
:style {:margin (css-join "0px" pad-padding)}
|
||||
:children [[rc/hyperlink-href
|
||||
;:class "app-db-path--label"
|
||||
:label "ONLY AFTER"
|
||||
;:class "app-db-path--label"
|
||||
:label "ONLY AFTER"
|
||||
:style {:margin-left common/gs-7s}
|
||||
:target "_blank"
|
||||
:href "https://github.com/Day8/re-frame-trace/wiki/app-db#diff"]]])
|
||||
:href "https://github.com/Day8/re-frame-trace/wiki/app-db#diff"]]])
|
||||
(when (and open? diff?)
|
||||
[rc/v-box
|
||||
:height "60px"
|
||||
|
|
Loading…
Reference in New Issue