Compare commits
No commits in common. "e23bb0136a8498a0df2ba74187d1d0c03a058dad" and "67c31634f4771200f660ab73b9b362ba4ff71afa" have entirely different histories.
e23bb0136a
...
67c31634f4
|
@ -18,21 +18,6 @@ input {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
|
||||||
width: 100%;
|
|
||||||
table-layout: fixed;
|
|
||||||
border-spacing: 0pt;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
table tr:nth-child(odd) td {
|
|
||||||
background:#1e1f1a;
|
|
||||||
}
|
|
||||||
|
|
||||||
table tr:nth-child(even) td {
|
|
||||||
background:#171812;
|
|
||||||
}
|
|
||||||
|
|
||||||
#flexbox-container {
|
#flexbox-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -42,6 +27,7 @@ table tr:nth-child(even) td {
|
||||||
#controls-top {
|
#controls-top {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
justify-content: space-b;
|
||||||
}
|
}
|
||||||
|
|
||||||
#top-left-controls {
|
#top-left-controls {
|
||||||
|
@ -103,8 +89,6 @@ table tr:nth-child(even) td {
|
||||||
}
|
}
|
||||||
|
|
||||||
#queue {
|
#queue {
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -115,19 +99,13 @@ table tr:nth-child(even) td {
|
||||||
}
|
}
|
||||||
|
|
||||||
#playlist_controls {
|
#playlist_controls {
|
||||||
background-color: #171812;;
|
flex-grow: 1;
|
||||||
/* flex-grow: 1; */
|
|
||||||
width: 20%; /* frickel? */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#playlist_tracklist {
|
#playlist_tracklist {
|
||||||
display: flex;
|
flex-grow: 4;
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
width: 80%; /* frickel? */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
background-color: #041936;
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue