Merge branch '668-misaligned-icon' into 'master'

Fix #668: list icon alignement on landing page

See merge request funkwhale/funkwhale!573
This commit is contained in:
Eliot Berriot 2019-01-29 10:41:30 +01:00
commit 00891afb61
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
Fixed list icon alignement on landing page (#668)

View File

@ -267,3 +267,7 @@ label .tooltip {
canvas.color-thief {
display: none;
}
.ui.list .list.icon {
padding-left: 0;
}