mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 18:35:09 +01:00
Pull DropdownButtons in collection to the right, to make them work also on mobile
This commit is contained in:
parent
dc813f2687
commit
6217663fe0
@ -83,6 +83,7 @@ let PieceListToolbarFilterWidget = React.createClass({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<DropdownButton
|
<DropdownButton
|
||||||
|
pullRight={true}
|
||||||
title={filterIcon}
|
title={filterIcon}
|
||||||
className="ascribe-piece-list-toolbar-filter-widget">
|
className="ascribe-piece-list-toolbar-filter-widget">
|
||||||
{/* We iterate over filterParams, to receive the label and then for each
|
{/* We iterate over filterParams, to receive the label and then for each
|
||||||
|
@ -54,6 +54,7 @@ let PieceListToolbarOrderWidget = React.createClass({
|
|||||||
return (
|
return (
|
||||||
|
|
||||||
<DropdownButton
|
<DropdownButton
|
||||||
|
pullRight={true}
|
||||||
title={filterIcon}
|
title={filterIcon}
|
||||||
className="ascribe-piece-list-toolbar-filter-widget">
|
className="ascribe-piece-list-toolbar-filter-widget">
|
||||||
<li style={{'textAlign': 'center'}}>
|
<li style={{'textAlign': 'center'}}>
|
||||||
|
Loading…
Reference in New Issue
Block a user