Skip to content
Snippets Groups Projects
Commit bb8ffda3 authored by Tom Robinson's avatar Tom Robinson
Browse files

Thinner pulse bars

parent d838b4ef
Branches
Tags
No related merge requests found
......@@ -183,7 +183,7 @@
(-> row (nth col-idx) (format-cell col) h)])
(if bar-column
[:td {:style (str bar-td-style "width: 99%;")}
[:div {:style (str "background-color: " color-purple "; height: 20px; width: " (float (* 100 (/ (bar-column row) max-value))) "%")} " "]])])
[:div {:style (str "background-color: " color-purple "; max-height: 10px; height: 10px; border-radius: 2px; width: " (float (* 100 (/ (bar-column row) max-value))) "%")} " "]])])
rows)]]))
(defn render-truncation-warning
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment