mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Added CENTER-CHILDREN
This commit is contained in:
parent
c6c9fa85d9
commit
cf48218eaf
4 changed files with 92 additions and 77 deletions
|
|
@ -14,9 +14,7 @@
|
|||
(declare (ignore footer))
|
||||
;; Setup Top
|
||||
(setf (background-color (top-panel console)) :teal)
|
||||
(setf (display (top-panel console)) :flex)
|
||||
(setf (justify-content (top-panel console)) :center)
|
||||
(setf (align-items (top-panel console)) :center)
|
||||
(center-children (top-panel console))
|
||||
(setf (color head) :white)
|
||||
;; Setup viewer
|
||||
(setf (width viewer) "100%")
|
||||
|
|
@ -34,8 +32,7 @@
|
|||
(setf (url-src viewer) (format nil "/img/~A"
|
||||
(value lbox)))))
|
||||
;; Setup Bottom
|
||||
(setf (display (bottom-panel console)) :flex)
|
||||
(setf (align-items (bottom-panel console)) :center)
|
||||
(center-children (bottom-panel console) :horizontal nil)
|
||||
(run body)))
|
||||
|
||||
(defun start-tutorial ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue