diff --git a/ts/Manager/App.scss b/ts/Manager/App.scss index 34386db..84bf883 100644 --- a/ts/Manager/App.scss +++ b/ts/Manager/App.scss @@ -74,6 +74,11 @@ width: 100%; } + .bbb-shrink { + width: 44px; + white-space: nowrap; + } + tr { min-height: 62px; } @@ -83,7 +88,7 @@ cursor: pointer; .sort_arrow { - float: right; + display: inline-block; color: #888; } } diff --git a/ts/Manager/App.tsx b/ts/Manager/App.tsx index 10f94b1..4fda5af 100644 --- a/ts/Manager/App.tsx +++ b/ts/Manager/App.tsx @@ -108,10 +108,10 @@ const App: React.FC = () => { {t('bbb', 'Name')} - onOrderBy('maxParticipants')}> + onOrderBy('maxParticipants')} className="bbb-shrink"> {t('bbb', 'Max')} - onOrderBy('record')}> + onOrderBy('record')} className="bbb-shrink"> {t('bbb', 'Record')} diff --git a/ts/Manager/RoomRow.tsx b/ts/Manager/RoomRow.tsx index 46b949f..bc36df7 100644 --- a/ts/Manager/RoomRow.tsx +++ b/ts/Manager/RoomRow.tsx @@ -181,17 +181,17 @@ const RoomRow: React.FC = (props) => { {edit('name')} - + {room.userId !== OC.currentUser && Avatar} - + {edit('maxParticipants', 'number')} - + updateRoom('record', event.target.checked)} /> - +