release: frontend build bd9023b3a32bf2fd77e1915bb4a2c474f6920a90 [skip ci]

This commit is contained in:
GitHub Action 2024-08-28 18:46:45 +00:00
parent bd9023b3a3
commit abab6131cb
3 changed files with 54 additions and 30 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>wordl</title>
<link rel="stylesheet" href="/styles-56e395d325eea0a0.css" integrity="sha384&#x2D;BKXf0WUvwZXMIC1tQftZYg6IGrJLeye6QMBsIJIV&#x2F;h8FrUIm8CdRg2PVDsWMe&#x2B;21"/>
<link rel="stylesheet" href="/styles-77d352ca8ada1544.css" integrity="sha384&#x2D;TcEfMwgAp&#x2F;NQ2Vm5fC1nICxVYrNbD17D8OID3K4KgfAki5VPpBdGA&#x2B;rzb&#x2F;tRh&#x2F;dP"/>
<!-- <link data-trunk href="./assets/favicon.ico" rel="icon" type="image/x-icon"> -->
<link rel="manifest" href="public/manifest.json" />
@ -13,7 +13,7 @@
<link rel="preload" href="/wordl-frontend-9a7f2cab90becd72_bg.wasm" crossorigin=anonymous integrity="sha384-WLecfo6mTmR1lCvJrhUSeywdjzxyxlS8Y3QiRhif42+EqDGBW8ObGeJvndmvVEux" as="fetch" type="application/wasm"></head>
<body class="bg-black text-white">
<script type="module" nonce="C6wemXT9bYoLMMwSgt9gzg==">
<script type="module" nonce="4RmnDiB2sLOYybO1eIiTlg==">
import init, * as bindings from '/wordl-frontend-9a7f2cab90becd72.js';
const wasm = await init('/wordl-frontend-9a7f2cab90becd72_bg.wasm');

View File

@ -558,26 +558,22 @@ video {
position: static;
}
.\!order-first {
order: -9999 !important;
.mb-12 {
margin-bottom: 3rem;
}
.order-last {
order: 9999;
}
.mt-4 {
margin-top: 1rem;
}
.mt-8 {
margin-top: 2rem;
.mb-4 {
margin-bottom: 1rem;
}
.flex {
display: flex;
}
.h-12 {
height: 3rem;
}
.h-16 {
height: 4rem;
}
@ -598,8 +594,12 @@ video {
width: 4rem;
}
.w-72 {
width: 18rem;
.w-24 {
width: 6rem;
}
.w-full {
width: 100%;
}
.flex-row {
@ -614,6 +614,14 @@ video {
align-items: center;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.gap-4 {
gap: 1rem;
}
@ -681,6 +689,10 @@ video {
padding-bottom: 1rem;
}
.pt-12 {
padding-top: 3rem;
}
.text-center {
text-align: center;
}

View File

@ -558,26 +558,22 @@ video {
position: static;
}
.\!order-first {
order: -9999 !important;
.mb-12 {
margin-bottom: 3rem;
}
.order-last {
order: 9999;
}
.mt-4 {
margin-top: 1rem;
}
.mt-8 {
margin-top: 2rem;
.mb-4 {
margin-bottom: 1rem;
}
.flex {
display: flex;
}
.h-12 {
height: 3rem;
}
.h-16 {
height: 4rem;
}
@ -598,8 +594,12 @@ video {
width: 4rem;
}
.w-72 {
width: 18rem;
.w-24 {
width: 6rem;
}
.w-full {
width: 100%;
}
.flex-row {
@ -614,6 +614,14 @@ video {
align-items: center;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.gap-4 {
gap: 1rem;
}
@ -681,6 +689,10 @@ video {
padding-bottom: 1rem;
}
.pt-12 {
padding-top: 3rem;
}
.text-center {
text-align: center;
}