1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-11-01 14:23:01 +00:00

Feat: add rescan database command

This commit is contained in:
jcorporation
2018-09-23 22:48:12 +01:00
parent 006eb6d28c
commit f71bef42fe
5 changed files with 36 additions and 1 deletions

View File

@@ -128,6 +128,12 @@ small {
font-feature-settings: 'liga';
}
.material-icons-left {
font-size: 1rem;
margin-left: -1em;
vertical-align:middle;
}
.material-icons-small {
font-size: 16px;
}
@@ -281,3 +287,7 @@ caption {
width:100%;
margin-left: 15px;
}
#menu-dbupdate {
padding-left:1rem;
}