fix
This commit is contained in:
@@ -10,8 +10,6 @@
|
|||||||
<span class="sep">•</span>
|
<span class="sep">•</span>
|
||||||
<a href="mailto:firstcontact@nucleoriofrio.com" class="credits-link">firstcontact@nucleoriofrio.com</a>
|
<a href="mailto:firstcontact@nucleoriofrio.com" class="credits-link">firstcontact@nucleoriofrio.com</a>
|
||||||
<span class="sep">•</span>
|
<span class="sep">•</span>
|
||||||
<span>Proyecto abierto, sin fines de lucro</span>
|
|
||||||
<span class="sep">•</span>
|
|
||||||
<RouterLink to="/credits" class="credits-link icon" title="Créditos detallados">ⓘ</RouterLink>
|
<RouterLink to="/credits" class="credits-link icon" title="Créditos detallados">ⓘ</RouterLink>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -99,18 +99,8 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Credits -->
|
<!-- Credits (component inline) -->
|
||||||
<div class="credits" aria-label="Créditos y contacto">
|
<AppCredits variant="inline" />
|
||||||
<div class="credits-card">
|
|
||||||
<span>Hecho por <strong>Nucleo Inteligencia</strong></span>
|
|
||||||
<span class="sep">•</span>
|
|
||||||
<span>2024</span>
|
|
||||||
<span class="sep">•</span>
|
|
||||||
<a href="mailto:firstcontact@nucleoriofrio.com" class="credits-link">firstcontact@nucleoriofrio.com</a>
|
|
||||||
<span class="sep">•</span>
|
|
||||||
<span>Proyecto abierto, sin fines de lucro</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Context Menu -->
|
<!-- Context Menu -->
|
||||||
@@ -166,6 +156,7 @@
|
|||||||
import { ref, onMounted, onUnmounted, nextTick } from 'vue';
|
import { ref, onMounted, onUnmounted, nextTick } from 'vue';
|
||||||
import { useRouter } from 'vue-router';
|
import { useRouter } from 'vue-router';
|
||||||
import GameLogo from '../components/GameLogo.vue';
|
import GameLogo from '../components/GameLogo.vue';
|
||||||
|
import AppCredits from '../components/AppCredits.vue';
|
||||||
import QRCode from 'qrcode';
|
import QRCode from 'qrcode';
|
||||||
import html2canvas from 'html2canvas';
|
import html2canvas from 'html2canvas';
|
||||||
|
|
||||||
@@ -940,23 +931,7 @@ async function copyToClipboard() {
|
|||||||
.uuid-card:focus, .uuid-card:focus-visible { outline: none; }
|
.uuid-card:focus, .uuid-card:focus-visible { outline: none; }
|
||||||
|
|
||||||
/* Credits */
|
/* Credits */
|
||||||
.credits { display:flex; justify-content:center; margin-top: 14px; }
|
/* credits moved to AppCredits component */
|
||||||
.credits-card {
|
|
||||||
background: rgba(255,255,255,0.22);
|
|
||||||
backdrop-filter: blur(6px);
|
|
||||||
-webkit-backdrop-filter: blur(6px);
|
|
||||||
border: 1px solid rgba(0,0,0,0.04);
|
|
||||||
border-radius: 10px;
|
|
||||||
padding: 8px 12px;
|
|
||||||
color: #64748b;
|
|
||||||
font-size: 12px;
|
|
||||||
line-height: 1.2;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.credits-card .sep { opacity: 0.6; margin: 0 6px; }
|
|
||||||
.credits-card strong { color: #475569; font-weight: 700; }
|
|
||||||
.credits-link { color: #64748b; text-decoration: none; border-bottom: 1px dotted rgba(100,116,139,0.5); }
|
|
||||||
.credits-link:hover { color: #475569; border-bottom-color: rgba(71,85,105,0.6); }
|
|
||||||
|
|
||||||
.uuids-grid {
|
.uuids-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|||||||
Reference in New Issue
Block a user