Skip to content
Snippets Groups Projects
Commit 676a1e17 authored by R En's avatar R En Committed by Eliot Berriot
Browse files

Resolve "Track image cropped in queue"

parent a569611e
No related branches found
No related tags found
No related merge requests found
Ensure images are not cropped in queue (#337)
......@@ -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">
......
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