finished writing scss declarations with SASS synthax. Now the repo is a bit lighter
This commit is contained in:
parent
85e0525a1b
commit
657f02c7d5
File diff suppressed because one or more lines are too long
@ -1139,7 +1139,7 @@ <h3 class="settings-group__header settings-group__header--with-icon">
|
|||||||
|
|
||||||
<div class="settings-group">
|
<div class="settings-group">
|
||||||
<h3 class="settings-group__header settings-group__header--with-icon">
|
<h3 class="settings-group__header settings-group__header--with-icon">
|
||||||
<svg id="spotify-icon" enable-background="new 0 0 24 24" viewBox="0 0 24 24"
|
<svg id="spotify_icon" enable-background="new 0 0 24 24" viewBox="0 0 24 24"
|
||||||
xmlns="http://www.w3.org/2000/svg">
|
xmlns="http://www.w3.org/2000/svg">
|
||||||
<path
|
<path
|
||||||
d="m12 24c6.624 0 12-5.376 12-12s-5.376-12-12-12-12 5.376-12 12 5.376 12 12 12zm4.872-6.344v.001c-.807 0-3.356-2.828-10.52-1.36-.189.049-.436.126-.576.126-.915 0-1.09-1.369-.106-1.578 3.963-.875 8.013-.798 11.467 1.268.824.526.474 1.543-.265 1.543zm1.303-3.173c-.113-.03-.08.069-.597-.203-3.025-1.79-7.533-2.512-11.545-1.423-.232.063-.358.126-.576.126-1.071 0-1.355-1.611-.188-1.94 4.716-1.325 9.775-.552 13.297 1.543.392.232.547.533.547.953-.005.522-.411.944-.938.944zm-13.627-7.485c4.523-1.324 11.368-.906 15.624 1.578 1.091.629.662 2.22-.498 2.22l-.001-.001c-.252 0-.407-.063-.625-.189-3.443-2.056-9.604-2.549-13.59-1.436-.175.048-.393.125-.625.125-.639 0-1.127-.499-1.127-1.142 0-.657.407-1.029.842-1.155z" />
|
d="m12 24c6.624 0 12-5.376 12-12s-5.376-12-12-12-12 5.376-12 12 5.376 12 12 12zm4.872-6.344v.001c-.807 0-3.356-2.828-10.52-1.36-.189.049-.436.126-.576.126-.915 0-1.09-1.369-.106-1.578 3.963-.875 8.013-.798 11.467 1.268.824.526.474 1.543-.265 1.543zm1.303-3.173c-.113-.03-.08.069-.597-.203-3.025-1.79-7.533-2.512-11.545-1.423-.232.063-.358.126-.576.126-1.071 0-1.355-1.611-.188-1.94 4.716-1.325 9.775-.552 13.297 1.543.392.232.547.533.547.953-.005.522-.411.944-.938.944zm-13.627-7.485c4.523-1.324 11.368-.906 15.624 1.578 1.091.629.662 2.22-.498 2.22l-.001-.001c-.252 0-.407-.063-.625-.189-3.443-2.056-9.604-2.549-13.59-1.436-.175.048-.393.125-.625.125-.639 0-1.127-.499-1.127-1.142 0-.657.407-1.029.842-1.155z" />
|
||||||
@ -1308,7 +1308,7 @@ <h1>{{ title }}</h1>
|
|||||||
<header
|
<header
|
||||||
:style="{ 'background-image': 'linear-gradient(to bottom, transparent 0%, var(--main-background) 100%), url(\''+image+'\')' }">
|
:style="{ 'background-image': 'linear-gradient(to bottom, transparent 0%, var(--main-background) 100%), url(\''+image+'\')' }">
|
||||||
<h1 class="inline-flex">{{ title }} <i v-if="explicit"
|
<h1 class="inline-flex">{{ title }} <i v-if="explicit"
|
||||||
class="material-icons explicit_tracklist">explicit</i></h1>
|
class="material-icons explicit_icon explicit_icon--right">explicit</i></h1>
|
||||||
<h2 class="inline-flex"><span v-if="metadata">{{ metadata }}</span><span class="right"
|
<h2 class="inline-flex"><span v-if="metadata">{{ metadata }}</span><span class="right"
|
||||||
v-if="release_date">{{ release_date }}</span></h2>
|
v-if="release_date">{{ release_date }}</span></h2>
|
||||||
</header>
|
</header>
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
/* Center section */
|
/* Center section */
|
||||||
$icon-dimension: 2rem;
|
$icon-dimension: 2rem;
|
||||||
|
$searchbar-height: calc(2rem + 1em);
|
||||||
|
|
||||||
#search {
|
#search {
|
||||||
background-color: var(--secondary-background);
|
background-color: var(--secondary-background);
|
||||||
@ -23,20 +24,12 @@ $icon-dimension: 2rem;
|
|||||||
.search__icon {
|
.search__icon {
|
||||||
width: $icon-dimension;
|
width: $icon-dimension;
|
||||||
height: $icon-dimension;
|
height: $icon-dimension;
|
||||||
// cursor: pointer;
|
|
||||||
|
|
||||||
i {
|
i {
|
||||||
font-size: $icon-dimension;
|
font-size: $icon-dimension;
|
||||||
transition: color 250ms ease-in-out;
|
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
|
|
||||||
@include removeSelectionBackground;
|
@include remove-selection-background;
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
i {
|
|
||||||
// color: var(--accent-color);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -44,8 +37,6 @@ $icon-dimension: 2rem;
|
|||||||
border: 1px solid var(--foreground);
|
border: 1px solid var(--foreground);
|
||||||
}
|
}
|
||||||
|
|
||||||
$searchbar-height: calc(2rem + 1em);
|
|
||||||
|
|
||||||
#searchbar {
|
#searchbar {
|
||||||
height: $searchbar-height;
|
height: $searchbar-height;
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
@ -74,11 +65,12 @@ $icon-dimension: 2rem;
|
|||||||
|
|
||||||
#content {
|
#content {
|
||||||
background-color: var(--main-background);
|
background-color: var(--main-background);
|
||||||
width: calc(100% - 10px);
|
// width: calc(100% - 10px);
|
||||||
|
width: 100%;
|
||||||
height: calc(100% - 93px);
|
height: calc(100% - 93px);
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
padding-left: 10px;
|
// padding-left: 10px;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
@ -96,60 +88,62 @@ $icon-dimension: 2rem;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#container {
|
||||||
|
--container-width: 95%;
|
||||||
|
|
||||||
|
@media only screen and (min-width: $small) {
|
||||||
|
--container-width: 85%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: $medium) {
|
||||||
|
--container-width: 70%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#container {
|
#container {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 1280px;
|
max-width: 1280px;
|
||||||
width: 90%;
|
width: var(--container-width);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The Modal (background) */
|
/* The Modal (background) */
|
||||||
.smallmodal {
|
.smallmodal {
|
||||||
display: none; /* Hidden by default */
|
display: none;
|
||||||
position: fixed; /* Stay in place */
|
position: fixed;
|
||||||
z-index: 1250; /* Sit on top */
|
z-index: 1250;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%; /* Full width */
|
width: 100%;
|
||||||
height: 100%; /* Full height */
|
height: 100%;
|
||||||
overflow: auto; /* Enable scroll if needed */
|
overflow: auto;
|
||||||
background-color: rgb(0, 0, 0); /* Fallback color */
|
background-color: rgb(0, 0, 0);
|
||||||
background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
|
background-color: rgba(0, 0, 0, 0.4);
|
||||||
animation-duration: 0.3s;
|
animation-duration: 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Modal Content */
|
/* Modal Content */
|
||||||
.smallmodal-content {
|
.smallmodal-content {
|
||||||
background-color: none;
|
--modal-content-width: 95%;
|
||||||
|
|
||||||
|
@media only screen and (min-width: $small) {
|
||||||
|
--modal-content-width: 85%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: $medium) {
|
||||||
|
--modal-content-width: 70%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.smallmodal-content {
|
||||||
|
background-color: transparent;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 30%;
|
width: var(--modal-content-width);
|
||||||
align-items: center;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
|
|
||||||
& button {
|
button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 601px) {
|
|
||||||
#container,
|
|
||||||
.smallmodal-content {
|
|
||||||
width: 85%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 993px) {
|
|
||||||
#container,
|
|
||||||
.smallmodal-content {
|
|
||||||
width: 70%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
|
||||||
#container,
|
|
||||||
.smallmodal-content {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -48,102 +48,3 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes indeterminate {
|
|
||||||
0% {
|
|
||||||
left: -35%;
|
|
||||||
right: 100%;
|
|
||||||
}
|
|
||||||
60% {
|
|
||||||
left: 100%;
|
|
||||||
right: -90%;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
left: 100%;
|
|
||||||
right: -90%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes indeterminate {
|
|
||||||
0% {
|
|
||||||
left: -35%;
|
|
||||||
right: 100%;
|
|
||||||
}
|
|
||||||
60% {
|
|
||||||
left: 100%;
|
|
||||||
right: -90%;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
left: 100%;
|
|
||||||
right: -90%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@-webkit-keyframes indeterminate-short {
|
|
||||||
0% {
|
|
||||||
left: -200%;
|
|
||||||
right: 100%;
|
|
||||||
}
|
|
||||||
60% {
|
|
||||||
left: 107%;
|
|
||||||
right: -8%;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
left: 107%;
|
|
||||||
right: -8%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes indeterminate-short {
|
|
||||||
0% {
|
|
||||||
left: -200%;
|
|
||||||
right: 100%;
|
|
||||||
}
|
|
||||||
60% {
|
|
||||||
left: 107%;
|
|
||||||
right: -8%;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
left: 107%;
|
|
||||||
right: -8%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.toast-icon {
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.circle-loader {
|
|
||||||
display: inline-block;
|
|
||||||
border: 2px solid var(--accent-color);
|
|
||||||
border-radius: 50%;
|
|
||||||
border-bottom: 2px solid var(--secondary-background);
|
|
||||||
width: 16px;
|
|
||||||
height: 16px;
|
|
||||||
-webkit-animation: spin 1s linear infinite; /* Safari */
|
|
||||||
animation: spin 1s linear infinite;
|
|
||||||
}
|
|
||||||
|
|
||||||
.toastify .circle-loader {
|
|
||||||
border-bottom-color: var(--toast-secondary);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Safari */
|
|
||||||
@-webkit-keyframes spin {
|
|
||||||
0% {
|
|
||||||
-webkit-transform: rotate(0deg);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
-webkit-transform: rotate(360deg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes spin {
|
|
||||||
0% {
|
|
||||||
transform: rotate(0deg);
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
transform: rotate(360deg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -58,7 +58,7 @@ $sidebar-delay: 75ms;
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include removeSelectionBackground;
|
@include remove-selection-background;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
26
src/styles/scss/_toasts.scss
Normal file
26
src/styles/scss/_toasts.scss
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
.toast-icon {
|
||||||
|
display: inline-block;
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.circle-loader {
|
||||||
|
display: inline-block;
|
||||||
|
border: 2px solid var(--accent-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
border-bottom: 2px solid var(--secondary-background);
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
animation: spin 1s linear infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
.toastify {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(0, 0, 0, 0.3);
|
||||||
|
background: var(--toast-background);
|
||||||
|
color: var(--toast-text);
|
||||||
|
|
||||||
|
.circle-loader {
|
||||||
|
border-bottom-color: var(--toast-secondary);
|
||||||
|
}
|
||||||
|
}
|
@ -16,9 +16,3 @@
|
|||||||
.preview_playlist_controls {
|
.preview_playlist_controls {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.single-cover {
|
|
||||||
position: relative;
|
|
||||||
display: inline-block;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
@ -40,23 +40,43 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ====== */
|
||||||
|
|
||||||
@keyframes spin {
|
@keyframes spin {
|
||||||
from {
|
0% {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
|
100% {
|
||||||
to {
|
|
||||||
transform: rotate(360deg);
|
transform: rotate(360deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// You can find a better name, I have no ideas
|
@keyframes indeterminate {
|
||||||
@keyframes grayscalize {
|
0% {
|
||||||
from {
|
left: -35%;
|
||||||
filter: grayscale(0);
|
right: 100%;
|
||||||
|
}
|
||||||
|
60% {
|
||||||
|
left: 100%;
|
||||||
|
right: -90%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
left: 100%;
|
||||||
|
right: -90%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
@keyframes indeterminate-short {
|
||||||
filter: grayscale(1);
|
0% {
|
||||||
|
left: -200%;
|
||||||
|
right: 100%;
|
||||||
|
}
|
||||||
|
60% {
|
||||||
|
left: 107%;
|
||||||
|
right: -8%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
left: 107%;
|
||||||
|
right: -8%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
html {
|
html {
|
||||||
height: 100vh;
|
|
||||||
|
|
||||||
--main-scroll: hsl(0, 0%, 33%);
|
--main-scroll: hsl(0, 0%, 33%);
|
||||||
--panels-scroll: hsl(180, 2%, 17%);
|
--panels-scroll: hsl(180, 2%, 17%);
|
||||||
--tag-background: hsl(210, 100%, 38%);
|
--tag-background: hsl(210, 100%, 38%);
|
||||||
@ -9,8 +7,6 @@ html {
|
|||||||
--toast-secondary: hsla(0, 0%, 100%, 0.133);
|
--toast-secondary: hsla(0, 0%, 100%, 0.133);
|
||||||
--toast-text: hsla(0, 0%, 100%, 0.871);
|
--toast-text: hsla(0, 0%, 100%, 0.871);
|
||||||
--separator: hsl(0, 0%, 50%);
|
--separator: hsl(0, 0%, 50%);
|
||||||
|
|
||||||
--explicit-separator: 0.3125em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html[data-theme='light'] {
|
html[data-theme='light'] {
|
||||||
@ -67,6 +63,10 @@ html[data-theme='purple'] {
|
|||||||
--table-highlight: hsl(257, 66%, 27%);
|
--table-highlight: hsl(257, 66%, 27%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
17
src/styles/scss/base/_functions.scss
Normal file
17
src/styles/scss/base/_functions.scss
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
// https://css-tricks.com/using-custom-property-stacks-to-tame-the-cascade/
|
||||||
|
@function vars($stack...) {
|
||||||
|
$output: null;
|
||||||
|
$close: '';
|
||||||
|
$length: length($stack);
|
||||||
|
|
||||||
|
@each $var in $stack {
|
||||||
|
@if (str-index('#{$var}', '--') == 1) {
|
||||||
|
$var: 'var(#{$var}';
|
||||||
|
$close: '#{$close})';
|
||||||
|
}
|
||||||
|
|
||||||
|
$output: if($output, '#{$output}, #{$var}', $var);
|
||||||
|
}
|
||||||
|
|
||||||
|
@return unquote($output + $close);
|
||||||
|
}
|
@ -1,4 +1,4 @@
|
|||||||
@mixin removeSelectionBackground {
|
@mixin remove-selection-background {
|
||||||
&::selection {
|
&::selection {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
@ -1 +1,7 @@
|
|||||||
|
// Breakpoints (@todo change them in more proper values)
|
||||||
|
$small: 601px;
|
||||||
|
$medium: 993px;
|
||||||
|
|
||||||
|
// Static variables (not an oxymoron)
|
||||||
$sidebar-width: 48px;
|
$sidebar-width: 48px;
|
||||||
|
$explicit-separator: 0.3125em;
|
||||||
|
@ -32,9 +32,8 @@ input[type='checkbox'] {
|
|||||||
margin: 3px;
|
margin: 3px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
|
||||||
|
|
||||||
input[type='checkbox']:checked {
|
&:checked {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='3 3 18 18' width='18'%3E%3Cpath fill='%23ffffff' d='M 10,17 5,12 6.41,10.59 10,14.17 17.59,6.58 19,8 Z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
|
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='3 3 18 18' width='18'%3E%3Cpath fill='%23ffffff' d='M 10,17 5,12 6.41,10.59 10,14.17 17.59,6.58 19,8 Z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
|
||||||
@ -45,6 +44,7 @@ input[type='checkbox']:checked {
|
|||||||
margin: 3px;
|
margin: 3px;
|
||||||
color: var(--accent-text);
|
color: var(--accent-text);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
@ -85,6 +85,31 @@ button {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: transform 50ms ease-in-out, background-color 200ms ease;
|
transition: transform 50ms ease-in-out, background-color 200ms ease;
|
||||||
|
|
||||||
|
&[disabled] {
|
||||||
|
background-color: var(--secondary-background);
|
||||||
|
color: var(--foreground);
|
||||||
|
opacity: 0.75;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.selective {
|
||||||
|
background-color: var(--main-background);
|
||||||
|
color: var(--foreground);
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
color: var(--accent-text);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.with_icon {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
i {
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
transform: scale(0.95);
|
transform: scale(0.95);
|
||||||
@ -96,76 +121,35 @@ button {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#main_content {
|
img {
|
||||||
margin-left: $sidebar-width;
|
&.rounded {
|
||||||
width: calc(100% - $sidebar-width);
|
|
||||||
height: 100%;
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.rounded {
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.circle {
|
&.circle {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.coverart {
|
|
||||||
background-color: var(--secondary-background);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cover_container {
|
i {
|
||||||
position: relative;
|
&.disabled {
|
||||||
}
|
|
||||||
|
|
||||||
.cover_container .coverart {
|
|
||||||
opacity: 1;
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
|
||||||
transition: 0.5s ease;
|
|
||||||
backface-visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cover_container .download_overlay {
|
|
||||||
transition: 0.5s ease;
|
|
||||||
opacity: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 50%;
|
|
||||||
left: 50%;
|
|
||||||
transform: translate(-50%, -50%);
|
|
||||||
-ms-transform: translate(-50%, -50%);
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cover_container .download_overlay i {
|
|
||||||
background-color: #000000;
|
|
||||||
color: white;
|
|
||||||
border-radius: 50%;
|
|
||||||
padding: 10px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cover_container:hover .coverart {
|
|
||||||
opacity: 0.75;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cover_container:hover .download_overlay {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
i.disabled {
|
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
i.explicit_icon {
|
&.explicit_icon {
|
||||||
color: #ff3b30;
|
color: hsl(3, 100%, 59%);
|
||||||
margin-right: var(--explicit-separator);
|
margin-right: $explicit-separator;
|
||||||
|
|
||||||
|
&.explicit_icon--right {
|
||||||
|
margin-left: $explicit-separator;
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span.tag {
|
span {
|
||||||
|
&.tag {
|
||||||
background-color: var(--tag-background);
|
background-color: var(--tag-background);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
color: var(--tag-text);
|
color: var(--tag-text);
|
||||||
@ -173,62 +157,26 @@ span.tag {
|
|||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
padding: 3px 6px;
|
padding: 3px 6px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
a,
|
a {
|
||||||
a:visited {
|
|
||||||
color: dodgerblue;
|
color: dodgerblue;
|
||||||
|
|
||||||
|
&.single-cover {
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:visited {
|
||||||
|
color: dodgerblue;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.clickable {
|
.clickable {
|
||||||
cursor: pointer !important;
|
cursor: pointer !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toastify {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(0, 0, 0, 0.3);
|
|
||||||
background: var(--toast-background);
|
|
||||||
color: var(--toast-text);
|
|
||||||
}
|
|
||||||
|
|
||||||
.inline-flex {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inline-flex .right {
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
button[disabled] {
|
|
||||||
background-color: var(--secondary-background);
|
|
||||||
color: var(--foreground);
|
|
||||||
opacity: 0.75;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.selective {
|
|
||||||
background-color: var(--main-background);
|
|
||||||
color: var(--foreground);
|
|
||||||
}
|
|
||||||
|
|
||||||
button.selective.active {
|
|
||||||
background-color: var(--accent-color);
|
|
||||||
color: var(--accent-text);
|
|
||||||
}
|
|
||||||
|
|
||||||
button.with_icon {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.with_icon i {
|
|
||||||
margin-left: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.right {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fixed_footer footer {
|
.fixed_footer footer {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -242,10 +190,6 @@ button.with_icon i {
|
|||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab {
|
|
||||||
margin: 16px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fab {
|
.fab {
|
||||||
width: 56px;
|
width: 56px;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
@ -254,33 +198,27 @@ button.with_icon i {
|
|||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
color: var(--accent-text);
|
color: var(--accent-text);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
|
||||||
|
|
||||||
.fab i {
|
i {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.with_checkbox {
|
.with_checkbox {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
|
||||||
|
|
||||||
.with_checkbox [type='checkbox'] {
|
[type='checkbox'] {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.with_checkbox .checkbox_text {
|
.checkbox_text {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
|
||||||
|
|
||||||
.with_checkbox .checkbox_text::selection {
|
@include remove-selection-background;
|
||||||
background: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hide {
|
|
||||||
display: none !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading_placeholder {
|
.loading_placeholder {
|
||||||
@ -313,3 +251,74 @@ button.with_icon i {
|
|||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.coverart {
|
||||||
|
background-color: var(--secondary-background);
|
||||||
|
}
|
||||||
|
|
||||||
|
.cover_container {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.coverart {
|
||||||
|
opacity: 1;
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
transition: 0.5s ease;
|
||||||
|
backface-visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.download_overlay {
|
||||||
|
transition: 0.5s ease;
|
||||||
|
opacity: 0;
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
i {
|
||||||
|
background-color: #000000;
|
||||||
|
color: white;
|
||||||
|
border-radius: 50%;
|
||||||
|
padding: 10px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
.coverart {
|
||||||
|
opacity: 0.75;
|
||||||
|
}
|
||||||
|
|
||||||
|
.download_overlay {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#main_content {
|
||||||
|
margin-left: $sidebar-width;
|
||||||
|
width: calc(100% - $sidebar-width);
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
// @todo Remove
|
||||||
|
.inline-flex {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
.right {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// @todo Remove
|
||||||
|
.right {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hide {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
|
$vertical-separator: 7px;
|
||||||
|
$table-border-radius: 3px;
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
-webkit-border-horizontal-spacing: 0px;
|
-webkit-border-horizontal-spacing: 0px;
|
||||||
-webkit-border-vertical-spacing: 0px;
|
-webkit-border-vertical-spacing: 0px;
|
||||||
|
|
||||||
--vertical-separator: 7px;
|
|
||||||
|
|
||||||
tbody {
|
tbody {
|
||||||
tr:not(.table__row-no-highlight):hover {
|
tr:not(.table__row-no-highlight):hover {
|
||||||
background: var(--table-highlight);
|
background: var(--table-highlight);
|
||||||
@ -55,14 +56,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
padding: var(--vertical-separator) 10px;
|
padding: $vertical-separator 10px;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
padding: var(--vertical-separator) 10px var(--vertical-separator) 20px;
|
padding: $vertical-separator 10px $vertical-separator 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
padding: var(--vertical-separator) 20px var(--vertical-separator) 10px;
|
padding: $vertical-separator 20px $vertical-separator 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@ -70,6 +71,85 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* === Tracks Table === */
|
||||||
|
&--tracks {
|
||||||
|
border-collapse: collapse;
|
||||||
|
|
||||||
|
thead {
|
||||||
|
border-bottom: 2px solid var(--table-highlight);
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
padding-bottom: 10px;
|
||||||
|
height: 45px;
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
height: 35px;
|
||||||
|
|
||||||
|
&.breakline {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
tr {
|
||||||
|
&:first-child {
|
||||||
|
td {
|
||||||
|
&:first-child {
|
||||||
|
border-top-left-radius: $table-border-radius;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
border-top-right-radius: $table-border-radius;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
td {
|
||||||
|
&:first-child {
|
||||||
|
border-bottom-left-radius: $table-border-radius;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
border-bottom-right-radius: $table-border-radius;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* === Tracklist Table === */
|
||||||
|
&--tracklist {
|
||||||
|
thead {
|
||||||
|
border-bottom: 2px solid var(--table-highlight);
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
height: 45px;
|
||||||
|
padding: $vertical-separator 10px;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
padding: $vertical-separator 10px $vertical-separator 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
padding: $vertical-separator 20px $vertical-separator 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
height: 35px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* === Charts Table === */
|
||||||
|
&--charts {
|
||||||
|
td {
|
||||||
|
height: 35px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.table__icon {
|
.table__icon {
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
@ -134,95 +214,21 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.track_row > td > img {
|
.track_row {
|
||||||
|
> td > img {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.track_row > td > a > img {
|
> td > a > img {
|
||||||
width: 56px;
|
width: 56px;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// @todo Remove
|
||||||
.top-tracks-position {
|
.top-tracks-position {
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* === Tracks Table === */
|
|
||||||
.table--tracks {
|
|
||||||
border-collapse: collapse;
|
|
||||||
|
|
||||||
--radius: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table--tracks thead {
|
|
||||||
border-bottom: 2px solid var(--table-highlight);
|
|
||||||
}
|
|
||||||
|
|
||||||
.table--tracks th {
|
|
||||||
padding-bottom: 10px;
|
|
||||||
height: 45px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table--tracks td {
|
|
||||||
height: 35px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table--tracks td.breakline {
|
|
||||||
word-break: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table--tracks tr:first-child td:first-child {
|
|
||||||
border-top-left-radius: var(--radius);
|
|
||||||
}
|
|
||||||
|
|
||||||
.table--tracks tr:first-child td:last-child {
|
|
||||||
border-top-right-radius: var(--radius);
|
|
||||||
}
|
|
||||||
|
|
||||||
.table--tracks tr:last-child td:first-child {
|
|
||||||
border-bottom-left-radius: var(--radius);
|
|
||||||
}
|
|
||||||
|
|
||||||
.table--tracks tr:last-child td:last-child {
|
|
||||||
border-bottom-right-radius: var(--radius);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* === Tracklist Table === */
|
|
||||||
|
|
||||||
/* .table--tracklist {} */
|
|
||||||
|
|
||||||
.table--tracklist thead {
|
|
||||||
border-bottom: 2px solid var(--table-highlight);
|
|
||||||
}
|
|
||||||
|
|
||||||
.table--tracklist th {
|
|
||||||
height: 45px;
|
|
||||||
padding: var(--vertical-separator) 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table--tracklist th:first-child {
|
|
||||||
padding: var(--vertical-separator) 10px var(--vertical-separator) 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table--tracklist th:last-child {
|
|
||||||
padding: var(--vertical-separator) 20px var(--vertical-separator) 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table--tracklist td {
|
|
||||||
height: 35px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.explicit_tracklist {
|
|
||||||
margin-left: var(--explicit-separator);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* === Charts Table === */
|
|
||||||
|
|
||||||
/* .table--charts {} */
|
|
||||||
|
|
||||||
.table--charts td {
|
|
||||||
height: 35px;
|
|
||||||
}
|
|
||||||
|
@ -24,3 +24,4 @@
|
|||||||
@import './sidebar';
|
@import './sidebar';
|
||||||
@import './stackedTabs';
|
@import './stackedTabs';
|
||||||
@import './track-preview';
|
@import './track-preview';
|
||||||
|
@import './toasts';
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
.charts_grid .release .coverart {
|
.charts_grid {
|
||||||
|
.release {
|
||||||
|
.coverart {
|
||||||
width: 156px;
|
width: 156px;
|
||||||
height: 156px;
|
height: 156px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -1,24 +1,65 @@
|
|||||||
#download_tab_container {
|
#download_tab_container {
|
||||||
/* width: 300px; */
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: var(--panels-background);
|
background-color: var(--panels-background);
|
||||||
color: var(--panels-text);
|
color: var(--panels-text);
|
||||||
display: block;
|
display: block;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
&.tab_hidden {
|
||||||
|
width: 32px;
|
||||||
|
|
||||||
|
#toggle_download_tab {
|
||||||
|
margin-left: 4px;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
font-family: 'Material Icons';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
content: 'chevron_left';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#download_tab_drag_handler {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#queue_buttons {
|
||||||
|
opacity: 0;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
#download_list {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#download_tab_label {
|
||||||
|
opacity: 1;
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
content: 'downloads';
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
text-transform: capitalize;
|
||||||
|
writing-mode: vertical-rl;
|
||||||
|
line-height: 32px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#toggle_download_tab {
|
#toggle_download_tab {
|
||||||
width: 25px;
|
width: 25px;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
|
||||||
|
|
||||||
#toggle_download_tab::before {
|
&::before {
|
||||||
font-family: 'Material Icons';
|
font-family: 'Material Icons';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
content: 'chevron_right';
|
content: 'chevron_right';
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.download_bar_icon {
|
.download_bar_icon {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -31,101 +72,108 @@
|
|||||||
height: calc(100% - 32px);
|
height: calc(100% - 32px);
|
||||||
padding: 0px 8px 0px 28px;
|
padding: 0px 8px 0px 28px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
|
||||||
|
|
||||||
#download_list::-webkit-scrollbar {
|
> .download_object {
|
||||||
width: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#download_list::-webkit-scrollbar-track {
|
|
||||||
background: var(--panels-background);
|
|
||||||
}
|
|
||||||
|
|
||||||
#download_list::-webkit-scrollbar-thumb {
|
|
||||||
background: var(--panels-scroll);
|
|
||||||
border-radius: 4px;
|
|
||||||
width: 6px;
|
|
||||||
padding: 0px 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#download_list > .download_object {
|
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
}
|
|
||||||
|
|
||||||
#download_list > .download_object .download_info {
|
.download_info {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
|
||||||
|
|
||||||
#download_list > .download_object .download_info img {
|
img {
|
||||||
width: 75px;
|
width: 75px;
|
||||||
height: 75px;
|
height: 75px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#download_list > .download_object .download_info .download_line {
|
.download_line {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#download_list > .download_object .download_info .download_slim_separator {
|
.download_slim_separator {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#download_list > .download_object .download_info_data {
|
.download_info_data {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#download_list > .download_object .download_info_status {
|
.download_info_status {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#download_list.slim > .download_object .download_info img {
|
&.slim {
|
||||||
|
> .download_object {
|
||||||
|
.download_info {
|
||||||
|
display: block;
|
||||||
|
|
||||||
|
img {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#download_list.slim > .download_object .download_info .download_line {
|
.download_line {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#download_list.slim > .download_object .download_info .download_slim_separator {
|
.download_slim_separator {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#download_list.slim > .download_object .download_info_data {
|
.download_info_data {
|
||||||
width: calc(80% - 16px);
|
width: calc(80% - 16px);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#download_list.slim > .download_object .download_info_status {
|
.download_info_status {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
display: inline-block;
|
display: inline-block; // ignored due tu float
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
#download_list.slim > .download_object .download_info {
|
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.download_object > .download_bar > .queue_icon {
|
&::-webkit-scrollbar {
|
||||||
|
width: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::-webkit-scrollbar-track {
|
||||||
|
background: var(--panels-background);
|
||||||
|
}
|
||||||
|
|
||||||
|
&::-webkit-scrollbar-thumb {
|
||||||
|
background: var(--panels-scroll);
|
||||||
|
border-radius: 4px;
|
||||||
|
width: 6px;
|
||||||
|
padding: 0px 2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.download_object {
|
||||||
|
> .download_bar {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
height: 24px;
|
||||||
|
|
||||||
|
> .queue_icon {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.download_object > .download_bar {
|
> .progress {
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
height: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.download_object > .download_bar > .progress {
|
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#download_tab_container #queue_buttons {
|
#download_tab_container {
|
||||||
|
#queue_buttons {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
@ -134,64 +182,17 @@
|
|||||||
transition: all 250ms ease-in-out;
|
transition: all 250ms ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
#download_tab_container #download_list {
|
#download_tab_label {
|
||||||
/* width: 300px; */
|
|
||||||
}
|
|
||||||
|
|
||||||
#download_tab_container #download_tab_label {
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
transition: all 250ms ease-in-out;
|
transition: all 250ms ease-in-out;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#download_tab_drag_handler {
|
#download_tab_drag_handler {
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #333;
|
background-color: hsl(0, 0%, 20%);
|
||||||
cursor: ew-resize;
|
cursor: ew-resize;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===== Hidden tab styles ===== */
|
|
||||||
#download_tab_container.tab_hidden {
|
|
||||||
width: 32px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#download_tab_container.tab_hidden #toggle_download_tab {
|
|
||||||
margin-left: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#download_tab_container.tab_hidden #download_tab_drag_handler {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#download_tab_container.tab_hidden #toggle_download_tab::before {
|
|
||||||
font-family: 'Material Icons';
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 400;
|
|
||||||
content: 'chevron_left';
|
|
||||||
}
|
|
||||||
|
|
||||||
#download_tab_container.tab_hidden::after {
|
|
||||||
content: 'downloads';
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
text-transform: capitalize;
|
|
||||||
writing-mode: vertical-rl;
|
|
||||||
line-height: 32px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#download_tab_container.tab_hidden #queue_buttons {
|
|
||||||
opacity: 0;
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
#download_tab_container.tab_hidden #download_list {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#download_tab_container.tab_hidden #download_tab_label {
|
|
||||||
/* display: inline; */
|
|
||||||
opacity: 1;
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
.favorites_tablinks.active {
|
|
||||||
color: var(--accent-text);
|
|
||||||
}
|
|
||||||
|
|
||||||
.reload-button {
|
.reload-button {
|
||||||
&.reload-button--inline {
|
&.reload-button--inline {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -1,11 +1,20 @@
|
|||||||
#main_search .search_section {
|
#main_search {
|
||||||
|
.search_section {
|
||||||
float: none;
|
float: none;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
|
|
||||||
|
&:not(:first-child) {
|
||||||
|
border-top: 1px solid var(--separator);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#main_search .search_section:not(:first-child) {
|
.top_result_header {
|
||||||
border-top: 1px solid var(--separator);
|
display: block;
|
||||||
|
cursor: default;
|
||||||
|
font-size: 2rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.search_header {
|
.search_header {
|
||||||
@ -13,94 +22,83 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 1.75rem;
|
font-size: 1.75rem;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
|
||||||
|
|
||||||
.search_header:not(.top_result_header) {
|
&:not(.top_result_header) {
|
||||||
transition: color 200ms ease-in-out;
|
transition: color 200ms ease-in-out;
|
||||||
}
|
|
||||||
|
|
||||||
.search_header:not(.top_result_header):hover {
|
&:hover {
|
||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
/* Tab links */
|
|
||||||
|
|
||||||
.search_tablinks.active {
|
|
||||||
color: var(--foreground-inverted);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Top Result */
|
/* Top Result */
|
||||||
#main_search .top_result_header {
|
|
||||||
display: block;
|
|
||||||
cursor: default;
|
|
||||||
font-size: 2rem;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.top_result {
|
.top_result {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
|
||||||
|
|
||||||
.top_result > .cover_container {
|
> .cover_container {
|
||||||
width: 156px;
|
width: 156px;
|
||||||
height: 156px;
|
height: 156px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top_result .info_box {
|
.info_box {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
|
||||||
|
|
||||||
.top_result .info_box .primary-text,
|
.primary-text,
|
||||||
.top_result .info_box .secondary-text {
|
.secondary-text {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top_result .info_box .primary-text {
|
.primary-text {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top_result .info_box .secondary-text {
|
.secondary-text {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top_result .info_box .tag {
|
.tag {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Releases */
|
/* Releases */
|
||||||
.release .primary-text,
|
.release {
|
||||||
.release .secondary-text {
|
.primary-text,
|
||||||
|
.secondary-text {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.release .secondary-text {
|
.secondary-text {
|
||||||
opacity: 0.75;
|
opacity: 0.75;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
|
||||||
|
|
||||||
.release .secondary-text .material-icons {
|
.material-icons {
|
||||||
font-size: 17px !important;
|
font-size: 17px !important;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.release_grid {
|
.release_grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
|
||||||
grid-gap: 1rem;
|
grid-gap: 1rem;
|
||||||
}
|
|
||||||
|
|
||||||
.release_grid.firstrow_only {
|
&.firstrow_only {
|
||||||
grid-template-rows: 1fr;
|
grid-template-rows: 1fr;
|
||||||
grid-auto-rows: 0;
|
grid-auto-rows: 0;
|
||||||
grid-row-gap: 0px;
|
grid-row-gap: 0px;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -30,13 +30,13 @@
|
|||||||
width: 48px;
|
width: 48px;
|
||||||
margin: 0px 0px 0px 8px;
|
margin: 0px 0px 0px 8px;
|
||||||
padding: 0px 4px;
|
padding: 0px 4px;
|
||||||
}
|
|
||||||
|
|
||||||
#settings_btn_copyArl i {
|
i {
|
||||||
padding: 6px 0px;
|
padding: 6px 0px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#spotify-icon {
|
#spotify_icon {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
fill: #1db954;
|
fill: #1db954;
|
||||||
@ -51,61 +51,61 @@
|
|||||||
border-top: 1px solid var(--separator); /* Need less opacity */
|
border-top: 1px solid var(--separator); /* Need less opacity */
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
|
||||||
|
|
||||||
.settings-group > * {
|
> * {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Settings group header */
|
/* Settings group header */
|
||||||
.settings-group__header {
|
.settings-group__header {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
|
||||||
|
|
||||||
.settings-group__header--with-icon {
|
&.settings-group__header--with-icon {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
|
||||||
|
|
||||||
.settings-group__header--with-icon i.material-icons {
|
i.material-icons {
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Settings container */
|
/* Settings container */
|
||||||
.settings-container {
|
.settings-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
|
||||||
|
|
||||||
.settings-container__half > *,
|
&__half {
|
||||||
.settings-container__third > * {
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.settings-container__half {
|
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-container__third {
|
&__third {
|
||||||
width: 33%;
|
width: 33%;
|
||||||
}
|
|
||||||
|
|
||||||
.settings-container__third--only-checkbox {
|
&--only-checkbox {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&__half > *,
|
||||||
|
&__third > * {
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Input group */
|
/* Input group */
|
||||||
.input_group {
|
.input_group {
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
}
|
|
||||||
|
|
||||||
.input_group .input_group_text {
|
.input_group_text {
|
||||||
margin-bottom: 7px;
|
margin-bottom: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.with_checkbox + .input_group {
|
.with_checkbox + & {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
@ -4,29 +4,35 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main_tabcontent h1 {
|
.main_tabcontent {
|
||||||
|
h1 {
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab button {
|
|
||||||
background-color: var(--main-background);
|
|
||||||
color: var(--foreground);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab button.active {
|
.tab {
|
||||||
|
margin: 16px 0px;
|
||||||
|
|
||||||
|
button {
|
||||||
|
background-color: var(--main-background);
|
||||||
|
color: var(--foreground);
|
||||||
|
|
||||||
|
&.active {
|
||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.release {
|
.release {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 156px;
|
width: 156px;
|
||||||
}
|
|
||||||
|
|
||||||
.release .cover_container {
|
.cover_container {
|
||||||
width: 156px;
|
width: 156px;
|
||||||
height: 156px;
|
height: 156px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.section-tabs {
|
.section-tabs {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user