Fix code related to changing from temporary playlists to permanent ones. Implement new centralized Koto Paths for defining our variables and revdns name for consistency. Updated Album View to leverage KotoCoverArtButton component. Started refactoring our theming to support multiple variants. It isn't where I want it yet but we'll get there.
28 lines
590 B
SCSS
28 lines
590 B
SCSS
@import 'components/gtk-overrides';
|
|
@import 'pages/music-local';
|
|
@import 'pages/playlist-page';
|
|
@import 'variants/dark/main';
|
|
|
|
@import 'button';
|
|
@import 'disc-view';
|
|
@import 'expander';
|
|
@import 'player-bar';
|
|
@import 'primary-nav';
|
|
@import 'track-item';
|
|
@import 'vars';
|
|
|
|
window {
|
|
& > headerbar, & > headerbar:active {
|
|
background-image: none;
|
|
}
|
|
|
|
.koto-dialog-container {
|
|
padding: 20px;
|
|
}
|
|
|
|
// All the classes we want consistent padding applied to for its primary content
|
|
.artist-view-content, // Has the albums
|
|
.playlist-page { // Individual playlists
|
|
padding: $itempadding;
|
|
}
|
|
}
|