Lili Records Radio V1.03
This commit is contained in:
parent
ab29e5490d
commit
f83739a45d
29
index.php
29
index.php
@ -145,7 +145,7 @@ try {
|
||||
box-shadow: 0 20px 50px rgba(0,0,0,0.4);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-height: 500px;
|
||||
max-height: 600px;
|
||||
}
|
||||
|
||||
.comments-header {
|
||||
@ -311,23 +311,24 @@ try {
|
||||
}
|
||||
|
||||
.qr-section {
|
||||
margin-top: 1.5rem;
|
||||
margin-top: 1rem;
|
||||
padding-top: 1rem;
|
||||
border-top: 1px solid var(--glass-border);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.qr-placeholder {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
background: rgba(255,255,255,0.05);
|
||||
border: 2px dashed var(--glass-border);
|
||||
border-radius: 12px;
|
||||
margin: 0.8rem auto;
|
||||
margin: 0.5rem auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 0.65rem;
|
||||
font-size: 0.6rem;
|
||||
color: rgba(255,255,255,0.5);
|
||||
}
|
||||
|
||||
@ -407,14 +408,6 @@ try {
|
||||
<input type="range" class="volume-slider" id="volumeSlider" min="0" max="1" step="0.01" value="0.8">
|
||||
<i class="fas fa-volume-high opacity-50 small"></i>
|
||||
</div>
|
||||
|
||||
<div class="qr-section">
|
||||
<p class="mb-1 small opacity-75">Apóyanos vía Transfermóvil</p>
|
||||
<div class="qr-placeholder">
|
||||
<i class="fas fa-qrcode fa-2x mb-1"></i>
|
||||
<span>Espacio para QR</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<canvas id="visualizer"></canvas>
|
||||
</aside>
|
||||
@ -446,6 +439,14 @@ try {
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<div class="qr-section">
|
||||
<p class="mb-1 small opacity-75">Apóyanos vía Transfermóvil</p>
|
||||
<div class="qr-placeholder">
|
||||
<i class="fas fa-qrcode fa-2x mb-1"></i>
|
||||
<span>Espacio para QR</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form action="submit_request.php" method="POST" class="request-form">
|
||||
<input type="text" name="name" class="form-control form-control-glass" placeholder="Tu nombre" required>
|
||||
<div class="input-group">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user