mirror of
https://github.com/penpot/penpot.git
synced 2026-05-30 04:08:08 +00:00
add more history btn
This commit is contained in:
parent
e97e4cbb5a
commit
ebbe3e89c1
@ -122,6 +122,9 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-primary {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -99,7 +99,8 @@
|
|||||||
[:div.pin-icon i/pin]
|
[:div.pin-icon i/pin]
|
||||||
[:span (str "Version " (:version item)
|
[:span (str "Version " (:version item)
|
||||||
" (" (dt/timeago (:created-at item)) ")")]])
|
" (" (dt/timeago (:created-at item)) ")")]])
|
||||||
])]])))
|
[:li
|
||||||
|
[:a.btn-primary.btn-small "view more"]]])]])))
|
||||||
|
|
||||||
(def ^:static history-toolbox
|
(def ^:static history-toolbox
|
||||||
(mx/component
|
(mx/component
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user