do more bar things
This commit is contained in:
parent
ac3df09b6b
commit
6aab08ec9b
6 changed files with 53 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
(defwidget flagEl [color]
|
||||
(defwidget flagEl [color ?flipped]
|
||||
(box
|
||||
:style "border-bottom: 3px solid ${color}"
|
||||
:style "border-${flipped ? "top" : "bottom"}: 3px solid ${color}"
|
||||
:halign "fill"
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue