Wrap the transactions toolbar on phones
With the classification select beside the review toggle, the search shrank to a sliver at phone widths; below 680px it now takes its own full-width row.
This commit is contained in:
@@ -1667,6 +1667,15 @@ footer span:first-child {
|
|||||||
width: 238px;
|
width: 238px;
|
||||||
transition: transform 0.2s;
|
transition: transform 0.2s;
|
||||||
}
|
}
|
||||||
|
/* With the classification select beside the review toggle, the search
|
||||||
|
would shrink to a sliver on phones; give it its own full-width row. */
|
||||||
|
.panel-toolbar {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
.search {
|
||||||
|
flex-basis: 100%;
|
||||||
|
max-width: none;
|
||||||
|
}
|
||||||
.sidebar.open {
|
.sidebar.open {
|
||||||
transform: translateX(0);
|
transform: translateX(0);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user