New backup 2025-11-28 09:15:02
This commit is contained in:
parent
e01b191df1
commit
9d1630e5bb
3 changed files with 38 additions and 36 deletions
|
|
@ -80,7 +80,7 @@ revealer.home {
|
||||||
|
|
||||||
&>box {
|
&>box {
|
||||||
// & scrolledwindow, viewport.frame, box.home { //box.home {
|
// & scrolledwindow, viewport.frame, box.home { //box.home {
|
||||||
& scrolledwindow, viewport.frame, box.home { //box.home {
|
& scrolledwindow>*, viewport.frame, box.home { //box.home {
|
||||||
// border: 3px solid blue;
|
// border: 3px solid blue;
|
||||||
border-radius: 0px 20px 0px 20px;
|
border-radius: 0px 20px 0px 20px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
:windowtype "normal"
|
:windowtype "normal"
|
||||||
:exclusive false
|
:exclusive false
|
||||||
:geometry (geometry
|
:geometry (geometry
|
||||||
; :y "0px"
|
:y "27px"
|
||||||
; :width "300px"
|
; :width "300px"
|
||||||
:height "100%"
|
:height "100%"
|
||||||
:anchor "center left")
|
:anchor "center left")
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
(defvar homewidgets_reveal false)
|
(defvar homewidgets_reveal false)
|
||||||
|
|
||||||
(defwidget home []
|
(defwidget home []
|
||||||
|
; (box :height 27)
|
||||||
(revealer
|
(revealer
|
||||||
:transition "slideright"
|
:transition "slideright"
|
||||||
:reveal homewidgets_reveal
|
:reveal homewidgets_reveal
|
||||||
|
|
@ -41,7 +42,8 @@
|
||||||
)
|
)
|
||||||
;(box :height 10)
|
;(box :height 10)
|
||||||
)
|
)
|
||||||
))
|
)
|
||||||
|
)
|
||||||
|
|
||||||
;widget templates
|
;widget templates
|
||||||
(include "modules/home/revealer-on-press.yuck")
|
(include "modules/home/revealer-on-press.yuck")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue