✨ eww: stuff!
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
(defwidget separator [ ?orientation ?alpha ?style ]
|
||||
(box :class "separator ${ orientation == '' || orientation == 'horizontal' ? 'horizontal' : 'vertical' }"
|
||||
(box :class "separator ${ orientation == '' || orientation == 'horizontal' || orientation == "h" ? 'horizontal' : 'vertical' }"
|
||||
:style "opacity: ${ alpha == '' ? 1 : alpha }; ${style}")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user