Port to GTK4, start implementation of Local Music view, Artist and Album Views.
This commit is contained in:
parent
8948a8ec9f
commit
588a68b2cc
28 changed files with 1103 additions and 270 deletions
|
@ -1,3 +1,11 @@
|
|||
window {
|
||||
background-color: #2e2e2e;
|
||||
}
|
||||
|
||||
headerbar, .player-bar {
|
||||
background-color: #1d1d1d;
|
||||
}
|
||||
|
||||
.primary-nav > .frame > box >.koto-button > box {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
@ -19,3 +27,11 @@
|
|||
.expander-header label {
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
.page-music-local .artist-list {
|
||||
background-color: #1d1d1d;
|
||||
}
|
||||
|
||||
.page-music-local row {
|
||||
padding: 10px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue