fix(topbar): small style fix
This commit is contained in:
parent
0c6cc6a7e1
commit
b24d2eea3b
1 changed files with 5 additions and 1 deletions
|
@ -133,7 +133,11 @@ export class TopBar extends React.Component<Props, State, {}> {
|
||||||
{this.props.msg.pkg.get("admin")}
|
{this.props.msg.pkg.get("admin")}
|
||||||
</button>,
|
</button>,
|
||||||
|
|
||||||
<button onClick={this.logout} className={`${showLogin}`}>
|
<button
|
||||||
|
onClick={this.logout}
|
||||||
|
className={`${showLogin}`}
|
||||||
|
style={{ minWidth: "7rem" }}
|
||||||
|
>
|
||||||
{this.props.msg.pkg.get("login.logout")}
|
{this.props.msg.pkg.get("login.logout")}
|
||||||
</button>,
|
</button>,
|
||||||
])}
|
])}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue