mirror of
https://github.com/keiyoushi/extensions.git
synced 2025-01-14 20:27:15 +01:00
Revert "Add a separate button for Mihon"
This reverts commit c2f5c83d52
.
This commit is contained in:
parent
94d5494e01
commit
a57a0cdac2
38
index.css
38
index.css
@ -69,34 +69,24 @@ body.ready {
|
|||||||
text-decoration: none
|
text-decoration: none
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-to-apps {
|
.base-url {
|
||||||
display: flex;
|
margin: .75rem auto;
|
||||||
flex-direction: row;
|
padding: .75rem 1rem;
|
||||||
|
border-style: solid;
|
||||||
|
border-radius: .125rem;
|
||||||
|
border-width: 1px;
|
||||||
|
border-color: #60a5fa;
|
||||||
|
background-color: #eff6ff
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-to-apps sl-button {
|
.base-url__title {
|
||||||
flex: 1;
|
font-weight: 600;
|
||||||
padding: 0.25rem;
|
margin: 0;
|
||||||
|
margin-bottom: .5rem
|
||||||
}
|
}
|
||||||
|
|
||||||
sl-button.tachiyomi::part(base) {
|
.base-url__url {
|
||||||
background-color: #2c84c2;
|
margin: 0
|
||||||
border-color: #2c84c2;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (prefers-color-scheme: light) {
|
|
||||||
sl-button.mihon::part(base) {
|
|
||||||
background-color: #0058a0;
|
|
||||||
border-color: #0058a0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
sl-button.mihon::part(base) {
|
|
||||||
background-color: #7ebbed;
|
|
||||||
border-color: #7ebbed;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sources {
|
.sources {
|
||||||
|
28
index.html
28
index.html
@ -39,17 +39,7 @@
|
|||||||
<p class="header__title">Keiyoushi</p>
|
<p class="header__title">Keiyoushi</p>
|
||||||
</header>
|
</header>
|
||||||
<div class="description">
|
<div class="description">
|
||||||
Join the
|
Join the <a class="description__anchor" href="https://discord.gg/3FbCpdKbdY" onclick="window.goatcounter?.count({ path: location.pathname + '#discord' })">Discord server</a> for support. Make sure to star <a class="description__anchor" href="https://github.com/keiyoushi/extensions">the GitHub repo</a>.
|
||||||
<a class="description__anchor"
|
|
||||||
href="https://discord.gg/3FbCpdKbdY"
|
|
||||||
onclick="window.goatcounter?.count({ path: location.pathname + '#discord' })">
|
|
||||||
Discord server
|
|
||||||
</a>
|
|
||||||
for support. Make sure to star
|
|
||||||
<a class="description__anchor"
|
|
||||||
href="https://github.com/keiyoushi/extensions">
|
|
||||||
the GitHub repo
|
|
||||||
</a>.
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2 class="header">Guide</h2>
|
<h2 class="header">Guide</h2>
|
||||||
@ -66,29 +56,15 @@
|
|||||||
<li>Aniyomi Preview r7443+</li>
|
<li>Aniyomi Preview r7443+</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="add-to-apps">
|
|
||||||
<sl-button
|
<sl-button
|
||||||
class="mihon"
|
|
||||||
style="display: flex; justify-content: center;"
|
|
||||||
variant="primary"
|
|
||||||
href="mihon://add-repo?url=https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json"
|
|
||||||
onclick="window.goatcounter?.count({ path: location.pathname + '#add-to-mihon' })">
|
|
||||||
Add to Mihon
|
|
||||||
</sl-button>
|
|
||||||
|
|
||||||
<sl-button
|
|
||||||
class="tachiyomi"
|
|
||||||
style="display: flex; justify-content: center;"
|
style="display: flex; justify-content: center;"
|
||||||
variant="primary"
|
variant="primary"
|
||||||
href="tachiyomi://add-repo?url=https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json"
|
href="tachiyomi://add-repo?url=https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json"
|
||||||
onclick="window.goatcounter?.count({ path: location.pathname + '#add-to-tachiyomi' })">
|
onclick="window.goatcounter?.count({ path: location.pathname + '#add-to-tachiyomi' })">
|
||||||
Add to Tachiyomi
|
Add to Mihon/Tachiyomi
|
||||||
</sl-button>
|
</sl-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<p>TachiyomiAZ:</p>
|
<p>TachiyomiAZ:</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user