fix(topbar): small style fix

This commit is contained in:
hexxa 2021-10-11 16:13:58 +08:00 committed by Hexxa
parent 0c6cc6a7e1
commit b24d2eea3b

View file

@ -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>,
])} ])}