1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-11 12:11:06 +02:00

helpmodal: improve content

This commit is contained in:
Kushagra Gour
2018-09-29 19:12:13 +05:30
parent b703aaf0cc
commit f41fdebade
2 changed files with 92 additions and 84 deletions

View File

@ -37,7 +37,7 @@ export function HelpModal(props) {
@webmakerApp
</a>.
</p>
<p>
<p class="show-when-extension">
Like this extension? Please{' '}
<a
href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews"
@ -95,7 +95,10 @@ export function HelpModal(props) {
</p>
<p>
<h3>Awesome libraries used</h3>
<details>
<summary>
<h3 class="d-i">See awesome libraries used</h3>
</summary>
<ul>
<li>
<a
@ -111,6 +114,7 @@ export function HelpModal(props) {
rel="noopener noreferrer"
href="https://github.com/chinchang/screenlog.js"
>
{' '}
Screenlog.js
</a>{' '}
- By me :)
@ -176,6 +180,7 @@ export function HelpModal(props) {
- whhat!
</li>
</ul>
</details>
</p>
<p>

View File

@ -70,6 +70,9 @@ button {
display: none !important;
}
.d-i {
display: inline;
}
.flex {
display: flex;
}