Add web app note styling and update README for visibility
This commit is contained in:
parent
2ceefe9681
commit
c6f7a880ea
2 changed files with 4 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ Debrid ("multi-hoster") services act as paid aggregation layers between you and
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<div align="center">
|
<div align="center" class="web-app-note">
|
||||||
|
|
||||||
| ⚡ For faster exploration (search + filter + side-by-side), use the <a href="https://debridcompare.pages.dev" target="_blank" rel="noopener">interactive web app</a>. |
|
| ⚡ For faster exploration (search + filter + side-by-side), use the <a href="https://debridcompare.pages.dev" target="_blank" rel="noopener">interactive web app</a>. |
|
||||||
|------------------------------------------|
|
|------------------------------------------|
|
||||||
|
|
|
||||||
3
docs/.vitepress/theme/style.css
Normal file
3
docs/.vitepress/theme/style.css
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
.web-app-note{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue