mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Change the info at InfoTag modal
This commit is contained in:
@@ -34,24 +34,33 @@ class InfoTab extends React.Component {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div styleName='clear' />
|
|
||||||
<div styleName='madeBy'>Made by
|
|
||||||
<a href='http://maisin.co/'
|
|
||||||
onClick={(e) => this.handleLinkClick(e)}
|
|
||||||
>MAISIN&CO.</a></div>
|
|
||||||
<div styleName='copyright'>© 2017 MAISIN&CO.</div>
|
|
||||||
</div>
|
</div>
|
||||||
<ul styleName='list'>
|
<ul styleName='list'>
|
||||||
<li>
|
<li>
|
||||||
The codes of this app is published under GPLv3 license.
|
<a href='https://boostnote.io'
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Let us hear your feedback🙌
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
GitHub Issue : <a href='https://github.com/BoostIO/Boostnote/issues'
|
|
||||||
onClick={(e) => this.handleLinkClick(e)}
|
onClick={(e) => this.handleLinkClick(e)}
|
||||||
>https://github.com/BoostIO/Boostnote/issues</a>
|
>Website</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='https://boostnote.paintory.com/'
|
||||||
|
onClick={(e) => this.handleLinkClick(e)}
|
||||||
|
>Boostnote Shop</a>: Products are shipped to all over the world 🌏
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='https://www.patreon.com/boostnote'
|
||||||
|
onClick={(e) => this.handleLinkClick(e)}
|
||||||
|
>Donation via Patreon</a>: Thank you for your support 🎉
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='https://github.com/BoostIO/Boostnote/issues'
|
||||||
|
onClick={(e) => this.handleLinkClick(e)}
|
||||||
|
>GitHub Issue</a>: Let us hear your feedback 🙌
|
||||||
|
</li>
|
||||||
|
<li styleName="cc">
|
||||||
|
Copyright (C) 2017 Maisin&Co.
|
||||||
|
</li>
|
||||||
|
<li styleName="cc">
|
||||||
|
License: GPL v3
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -4,11 +4,9 @@
|
|||||||
padding 15px
|
padding 15px
|
||||||
white-space pre
|
white-space pre
|
||||||
line-height 1.4
|
line-height 1.4
|
||||||
color $ui-text-color
|
color alpha($ui-text-color, 90%)
|
||||||
width 100%
|
width 100%
|
||||||
|
font-size 14px
|
||||||
.clear
|
|
||||||
clear both
|
|
||||||
|
|
||||||
.top
|
.top
|
||||||
text-align left
|
text-align left
|
||||||
@@ -34,26 +32,16 @@
|
|||||||
.description
|
.description
|
||||||
font-size 14px
|
font-size 14px
|
||||||
|
|
||||||
.madeBy
|
|
||||||
font-size 14px
|
|
||||||
$ui-inactive-text-color
|
|
||||||
|
|
||||||
.copyright
|
|
||||||
font-size 14px
|
|
||||||
$ui-inactive-text-color
|
|
||||||
|
|
||||||
.list
|
.list
|
||||||
list-style square
|
list-style square
|
||||||
padding-left 2em
|
padding-left 2em
|
||||||
li
|
li
|
||||||
white-space normal
|
white-space normal
|
||||||
|
padding-bottom 10px
|
||||||
|
a
|
||||||
|
color #4E8EC6
|
||||||
|
text-decoration none
|
||||||
|
|
||||||
body[data-theme="dark"]
|
body[data-theme="dark"]
|
||||||
.root
|
.root
|
||||||
color $tab--dark-text-color
|
color alpha($tab--dark-text-color, 80%)
|
||||||
|
|
||||||
.madeBy
|
|
||||||
color $ui-dark-inactive-text-color
|
|
||||||
|
|
||||||
.copyright
|
|
||||||
color $ui-dark-inactive-text-color
|
|
||||||
Reference in New Issue
Block a user