Resolve "Track image cropped in queue"
This commit is contained in:
parent
a569611e76
commit
676a1e171c
|
@ -0,0 +1 @@
|
||||||
|
Ensure images are not cropped in queue (#337)
|
|
@ -372,6 +372,9 @@ $sidebar-color: #3d3e3f;
|
||||||
tr {
|
tr {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
td:nth-child(2) {
|
||||||
|
width: 55px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.tab[data-tab="library"] {
|
.tab[data-tab="library"] {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -414,6 +417,10 @@ $sidebar-color: #3d3e3f;
|
||||||
.ui.message.black {
|
.ui.message.black {
|
||||||
background: $sidebar-color;
|
background: $sidebar-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.mini.image {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
|
Loading…
Reference in New Issue