chore: add todo and change control center height
This commit is contained in:
parent
a07f9fabdf
commit
115eb76eea
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ what is currently not working:
|
||||||
|
|
||||||
what i want to do:
|
what i want to do:
|
||||||
- learn flakes
|
- learn flakes
|
||||||
|
- add music widget in eww control center
|
||||||
|
|
||||||
# Docs
|
# Docs
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
|
|
||||||
.quick-settings {
|
.quick-settings {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
min-height: 1000px;
|
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
background-color: $bg;
|
background-color: $bg;
|
||||||
|
@ -126,6 +125,7 @@
|
||||||
border-bottom: 2px solid $contrastbg;
|
border-bottom: 2px solid $contrastbg;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
|
margin-bottom: 50px;
|
||||||
|
|
||||||
.slider {
|
.slider {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|
Loading…
Reference in a new issue