mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 20:23:29 +08:00
styled the default button and the mobile dropdown
This commit is contained in:
@ -159,7 +159,7 @@ const MobileContent = ({
|
||||
|
||||
const replacementTabBar = (props, DefaultTabBar) => (
|
||||
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'start' }}>
|
||||
<DefaultTabBar {...props} style={{ width: '80%' }} />
|
||||
<DefaultTabBar {...props} style={{ width: '85%' }} />
|
||||
<ActionButtonMenu actions={actions} externalActionSelected={setExternalActionToDisplay} />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user