add variant

This commit is contained in:
xmcp
2019-02-23 17:45:52 +08:00
parent 87f24e3085
commit df716f72d5
4 changed files with 116 additions and 61 deletions

View File

@@ -156,13 +156,18 @@ export function Title(props) {
return (
<div className="title-bar">
<div className="aux-margin">
<p className="title centered-line">
P大树洞
&nbsp;
<a href="https://github.com/xmcp/ashole" target="_blank">
<span className="icon icon-github" />
</a>
</p>
<div className="title">
<p className="centered-line">
P大树洞
&nbsp;
<a href="https://github.com/xmcp/ashole" target="_blank">
<span className="icon icon-github" />
</a>
</p>
<p className="title-small">
非官方网页版 by @xmcp
</p>
</div>
<ControlBar show_sidebar={props.show_sidebar} set_mode={props.set_mode} />
</div>
</div>