Work leading up to and including Day 4.

- Initial window bits
- Preliminary Nav sidebar
- Expanders
- Koto Button to reduce code duplication
- Started work on indexer
This commit is contained in:
Joshua Strobl 2021-02-09 17:37:26 +02:00
parent 9aa493c51a
commit 6fb3852f09
37 changed files with 2094 additions and 0 deletions

20
data/style.css Normal file
View file

@ -0,0 +1,20 @@
.primary-nav > .frame > box >.koto-button {
padding: 10px 0;
}
.primary-nav .expander .expander-header {
padding-bottom: 10px;
}
.expander > revealer > box > .koto-button {
min-height: 40px;
}
.koto-button > image {
margin-right: 10px;
}
.primary-nav label,
.expander-header label {
font-size: large;
}