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:
commit
00891afb61
|
@ -0,0 +1 @@
|
|||
Fixed list icon alignement on landing page (#668)
|
|
@ -267,3 +267,7 @@ label .tooltip {
|
|||
canvas.color-thief {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui.list .list.icon {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue