mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-19 00:49:51 +00:00
add disabled notice to lbry.com
This commit is contained in:
parent
4a3fabf2fd
commit
5898f6c838
2 changed files with 3 additions and 4 deletions
|
@ -55,7 +55,7 @@
|
|||
<p hidden id="lbry_error" class="error-block">YouTube channel name is either not valid (only letters, numbers and - allowed, no spaces) or your input is blank</p>
|
||||
|
||||
<h2>Connect with your fans while earning money and rewards</h2>
|
||||
|
||||
<div class="notice notice-error" style="margin-bottom: 1em; margin-top: 1em;">YouTube sync is temporarily disabled.</div>
|
||||
<form id="youtube_claim" method="post" action="/youtube/token">
|
||||
<p hidden id="sync-status" class="sync-status"></p>
|
||||
|
||||
|
@ -70,6 +70,7 @@
|
|||
<input
|
||||
onClick="return submitDetailsForm()"
|
||||
type="submit"
|
||||
disabled="disabled"
|
||||
value="Claim now"
|
||||
/>
|
||||
</input-submit>
|
||||
|
@ -207,6 +208,7 @@
|
|||
<br/>
|
||||
|
||||
<div>
|
||||
<div class="notice notice-error" style="margin-bottom: 1em; margin-top: 1em;">YouTube sync is temporarily disabled.</div>
|
||||
<button
|
||||
class="button button--inverse"
|
||||
data-id="scroll-to-claim"
|
||||
|
|
|
@ -9,13 +9,10 @@
|
|||
}
|
||||
|
||||
.notice {
|
||||
top: -0.5rem; right: 0;
|
||||
|
||||
border: 1px solid var(--lbry-gray-1);
|
||||
font-size: 0.8rem;
|
||||
// margin-bottom: 0.5rem;
|
||||
padding: 0.5rem 0.75rem;
|
||||
position: absolute;
|
||||
|
||||
[href] {
|
||||
text-decoration: underline;
|
||||
|
|
Loading…
Add table
Reference in a new issue