tweak beta alert and css
This commit is contained in:
parent
5179635b11
commit
156cbde697
2 changed files with 10 additions and 2 deletions
|
@ -83,7 +83,7 @@ h1, h2, h3, h4, h5 {
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
padding-left: env(safe-area-inset-left);
|
padding-left: env(safe-area-inset-left);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
|
|
|
@ -228,7 +228,15 @@
|
||||||
|
|
||||||
<section class="alert" id="alert-beta">
|
<section class="alert" id="alert-beta">
|
||||||
<div class="inner-wrap">
|
<div class="inner-wrap">
|
||||||
<p><strong>This website is in beta.</strong> We are actively developing this website to showcase and teach about the LBRY protocol. All things may not work as expected!<br/>This website is open source and you can <a href="https://github.com/lbryio/lbry.tech" target="_blank">contribute to it on Github</a>.</p>
|
<p>
|
||||||
|
<strong>This website is in beta and under heavy development.</strong>
|
||||||
|
All information should be considered incomplete and possibly incorrect and things may not work as expected.
|
||||||
|
</p>
|
||||||
|
<p></p>
|
||||||
|
<p>
|
||||||
|
Please do not share or link this site publicly while this message is here.
|
||||||
|
This website is open source and you can <a href="https://github.com/lbryio/lbry.tech" target="_blank">contribute to it on Github</a>.
|
||||||
|
</p>
|
||||||
<button id="close-alert">×</button>
|
<button id="close-alert">×</button>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Reference in a new issue