Skip to content
Snippets Groups Projects
Commit b6e07b45 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '708-align-items-vertically-in-search-results' into 'develop'

Resolve "Align items vertically in search results"

Closes #708

See merge request funkwhale/funkwhale!794
parents 58877577 fbadf4c1
No related branches found
No related tags found
No related merge requests found
Aligned search headers with search results in the sidebar (#708)
\ No newline at end of file
......@@ -466,6 +466,12 @@ $sidebar-color: #3d3e3f;
border-radius: 0;
}
}
.ui.search .results {
vertical-align: middle;
}
.ui.search .name {
vertical-align: middle;
}
}
.ui.tiny.avatar.image {
position: relative;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment