Finished implementing Album/Artist/Playlist tab

This commit is contained in:
RemixDev
2020-04-21 12:27:19 +02:00
parent 55e002b9c9
commit 5564ef5092
4 changed files with 32 additions and 10 deletions

View File

@@ -66,7 +66,7 @@ table {
-webkit-border-vertical-spacing: 0px;
}
table td {
table td, table th {
padding: 4px 12px 4px 5px;
vertical-align: middle;
border: 0px black solid;
@@ -146,6 +146,15 @@ button.selective.active {
color: var(--accent-text);
}
button.with_icon {
display: flex;
align-items: center;
}
button.with_icon i {
margin-left: 8px;
}
input[type="text"],
input[type="password"],
input[type="number"] {
@@ -234,6 +243,7 @@ th.sort-desc:after {content: "\25bc";font-size: 0.7em;padding-left: 3px;line-hei
display: inline-block;
background-color: var(--accent-color);
color: var(--accent-text);
cursor: pointer;
}
.fab i{
font-size: 24px;

View File

@@ -4,3 +4,14 @@
padding: 220px 24px 8px;
border-radius: 8px 8px 0px 0px;
}
.image_header header h1,
.image_header header h2{
margin: 0px;
}
.image_header header h2{
margin: 0px;
font-size: 18px;
margin-bottom: 12px;
}