Merge branch '337-cropped-img' into 'develop'

Resolve "Track image cropped in queue"

Closes #337

See merge request funkwhale/funkwhale!314
This commit is contained in:
Eliot Berriot 2018-07-11 13:58:02 +00:00
commit 203b691a09
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
Ensure images are not cropped in queue (#337)

View File

@ -372,6 +372,9 @@ $sidebar-color: #3d3e3f;
tr {
cursor: pointer;
}
td:nth-child(2) {
width: 55px;
}
}
.tab[data-tab="library"] {
flex-direction: column;
@ -414,6 +417,10 @@ $sidebar-color: #3d3e3f;
.ui.message.black {
background: $sidebar-color;
}
.ui.mini.image {
width: 100%;
}
</style>
<style lang="scss">