diff --git a/src/apintro/core.cljs b/src/apintro/core.cljs index a0df912..83f8846 100644 --- a/src/apintro/core.cljs +++ b/src/apintro/core.cljs @@ -83,7 +83,7 @@ [animated-title (gets [:title])] [:div.project {:style {:font-family "Monaco,monospace" :opacity 0.5}} (gets [:vgapi :project-id])] - (rx [vgapi/view (gets [:vgapi]) now (rx @inf-ease)]) + (rx [vgapi/view (gets [:vgapi]) now inf-ease]) ]] [page 1 "subtitle" green "#title" "« Back to Title" [animated-title (gets [:subtitle])]]] diff --git a/src/apintro/message.cljs b/src/apintro/message.cljs index c0c4765..962c439 100644 --- a/src/apintro/message.cljs +++ b/src/apintro/message.cljs @@ -150,12 +150,12 @@ (when message [:div {:style {:height (str height "vh") :line-height "1.6em" - :width "100%" - :background "rgba(255,255,255,0.8)" - :color "rgba(0,0,0,0.5)" + :width "99%" + :background "rgba(0,0,0,0.9)" + :margin "1px" + :color "rgba(255,255,255,0.8)" :font-size "0.5em" :overflow "hidden" - :border "solid 1px rgba(0,0,0,0.3)" }} [user-pic {:message message}] [user-name message params] diff --git a/src/apintro/vgapi.cljs b/src/apintro/vgapi.cljs index baa0e06..f43f18d 100644 --- a/src/apintro/vgapi.cljs +++ b/src/apintro/vgapi.cljs @@ -30,7 +30,7 @@ (smart-si (fn [] (go (let [now (.getTime (new js/Date)) - from (.toISOString (new js/Date (- now (+ interval (* 40 1000))))) + from (.toISOString (new js/Date (- now (+ (* 3 interval) (* 40 1000))))) to (.toISOString (new js/Date (- now (* 40 1000)))) response (