diff --git a/web/src/styles.css b/web/src/styles.css index 35f827c..b744e82 100644 --- a/web/src/styles.css +++ b/web/src/styles.css @@ -1667,6 +1667,15 @@ footer span:first-child { width: 238px; 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 { transform: translateX(0); }