very simple alignment of dock on bottom edge

This commit is contained in:
Ashley Wulber 2021-12-14 11:53:18 -05:00 committed by Jeremy Soller
parent fc8a51389f
commit 09bdb53f8e
12 changed files with 959 additions and 1 deletions

14
examples/dock/style.css Normal file
View file

@ -0,0 +1,14 @@
row:hover {
transition: 100ms;
background: #888888;
}
row {
background: #333333;
}
listview {
background: #333333;
}
window {
background: #333333;
border-radius: 15px;
}