More changes

This commit is contained in:
2024-11-27 19:43:37 -07:00
parent f6379c144b
commit 17f155cadc
18 changed files with 450 additions and 1897 deletions

BIN
assets/dither.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 B

BIN
assets/halftone.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 802 B

View File

@@ -52,21 +52,42 @@ body {
main {
flex-grow: 1;
display: flex;
flex-direction: column;
overflow: hidden;
}
main > * {
height: 100%;
section > header {
height: 20px;
padding: 0 5px 5px 5px;
font-weight: bold;
display: flex;
flex-direction: row;
}
section > header h4 {
display: block;
/* color: var(--v); */
margin: 0;
line-height: 100%;
}
/* section > header {
position: sticky;
top: 0;
height: 30px;
line-height: 26px;
background: linear-gradient(180deg, var(--iiv), 80% transparent);
} */
menu li:first-child {
margin-top: 0;
}
menu {
overflow-y: scroll;
overflow-x: hidden;
margin: 0;
padding: 0 5px;
overflow-y: scroll;
overflow-x: hidden;
line-height: 1.4;
}
@@ -207,29 +228,6 @@ nav {
.right {
text-align: right;
padding-left: 5px;
}
.content {
flex-grow: 1;
overflow-y: auto;
}
.controls {
position: relative;
}
.controls header, .controls nav {
margin: 10px 0;
}
.controls header {
text-align: center;
}
.controls header h3, .controls header p {
margin-block: 0;
line-height: 1.3;
}
/* nav button {
@@ -251,35 +249,40 @@ nav svg {
height: 22px;
} */
section.player {
section {
position: relative;
height: 100%;
display: flex;
flex-direction: column;
}
section.player {
padding: 0 5px;
text-align: center;
}
section.player img {
margin-top: 5px;
width: 230px;
height: 230px;
}
section.player header {
#track-title {
font-size: 20px;
margin-top: 2px;
font-style: normal;
}
section.player cite {
#track-artist {
font-size: 14px;
margin: 0 50px 5px 50px;
font-style: italic;
}
section.player cite, section.player header {
#track-title, #track-artist {
text-wrap: nowrap;
text-overflow: clip;
}
.marquee {
@@ -358,7 +361,7 @@ body > svg {
#tab-indicator {
display: block;
width: 100%;
padding: 0 5px;
padding: 0 5px 3px 5px;
box-sizing: border-box;
}
@@ -367,10 +370,6 @@ body > svg {
transition: stroke-dasharray 0.1s ease-in;
}
main header {
text-align: center;
}
/* body > header {
height: 24px;
flex-shrink: 0;
@@ -396,8 +395,10 @@ main header {
min-width: 60%;
} */
.top {
position: sticky;
top: 0;
z-index: 2;
.progress {
background: var(--iv);
}
#playback-progress {
transition: stroke-dasharray 0.1s;
}

BIN
assets/top-dither.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B