fix: layout - margins and heights
This commit is contained in:
parent
2e82746371
commit
e1d88bec46
12
frontend/dist/index.html
vendored
12
frontend/dist/index.html
vendored
@ -4,18 +4,18 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>wordl</title>
|
||||
<link rel="stylesheet" href="/styles-7d2c8f0fd691faa0.css" integrity="sha384-vVtDSoQCesd7mNbSeCqyUi29jl2L5JNP5SuhHro+BqoXKfGZLIydlAJL/iuP6uAs"/>
|
||||
<link rel="stylesheet" href="/styles-add0068c1366f403.css" integrity="sha384-oO0hYe8j0tkkpiCNo2PXiIFh6Vwmm2ty5iohHzbRDrcpAuTt928xjetb0ohUvBR+"/>
|
||||
<!-- <link data-trunk href="./assets/favicon.ico" rel="icon" type="image/x-icon"> -->
|
||||
|
||||
<link rel="manifest" href="public/manifest.json" />
|
||||
|
||||
<link rel="modulepreload" href="/wordl-frontend-98b0ca891684b48c.js" crossorigin=anonymous integrity="sha384-YfcyUtskzvmk1ZFFoDAlBKcXGliokP+ONHDzdyJ+ackDIvDUSi8e+7NWFKvrIDPt">
|
||||
<link rel="preload" href="/wordl-frontend-98b0ca891684b48c_bg.wasm" crossorigin=anonymous integrity="sha384-JigC0JH1Q6CEtwHXKvkZqbidPip+tV0RIBVD21nX1oW0/xmvtQXyQUqvSBjf7H/x" as="fetch" type="application/wasm"></head>
|
||||
<link rel="modulepreload" href="/wordl-frontend-7f6cb257e85da62d.js" crossorigin=anonymous integrity="sha384-YfcyUtskzvmk1ZFFoDAlBKcXGliokP+ONHDzdyJ+ackDIvDUSi8e+7NWFKvrIDPt">
|
||||
<link rel="preload" href="/wordl-frontend-7f6cb257e85da62d_bg.wasm" crossorigin=anonymous integrity="sha384-FQHSAJ8FzS4eGs5P++LL1Ufxf/0evG6ZjlFdEx/eoFuF1wSlpdYlMdV8RmR94Vxs" as="fetch" type="application/wasm"></head>
|
||||
<body class="bg-black text-white">
|
||||
|
||||
<script type="module" nonce="RKCo7DkWJqdAXCgVUxYuNg==">
|
||||
import init, * as bindings from '/wordl-frontend-98b0ca891684b48c.js';
|
||||
const wasm = await init('/wordl-frontend-98b0ca891684b48c_bg.wasm');
|
||||
<script type="module" nonce="tYbozDdMc+NoIg0ie+h89g==">
|
||||
import init, * as bindings from '/wordl-frontend-7f6cb257e85da62d.js';
|
||||
const wasm = await init('/wordl-frontend-7f6cb257e85da62d_bg.wasm');
|
||||
|
||||
|
||||
window.wasmBindings = bindings;
|
||||
|
8
frontend/dist/public/styles.css
vendored
8
frontend/dist/public/styles.css
vendored
@ -566,8 +566,8 @@ video {
|
||||
order: 9999;
|
||||
}
|
||||
|
||||
.mt-12 {
|
||||
margin-top: 3rem;
|
||||
.mt-4 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.mt-8 {
|
||||
@ -586,8 +586,8 @@ video {
|
||||
height: 83.333333%;
|
||||
}
|
||||
|
||||
.h-screen {
|
||||
height: 100vh;
|
||||
.h-\[90vh\] {
|
||||
height: 90vh;
|
||||
}
|
||||
|
||||
.w-12 {
|
||||
|
@ -566,8 +566,8 @@ video {
|
||||
order: 9999;
|
||||
}
|
||||
|
||||
.mt-12 {
|
||||
margin-top: 3rem;
|
||||
.mt-4 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.mt-8 {
|
||||
@ -586,8 +586,8 @@ video {
|
||||
height: 83.333333%;
|
||||
}
|
||||
|
||||
.h-screen {
|
||||
height: 100vh;
|
||||
.h-\[90vh\] {
|
||||
height: 90vh;
|
||||
}
|
||||
|
||||
.w-12 {
|
Binary file not shown.
@ -566,8 +566,8 @@ video {
|
||||
order: 9999;
|
||||
}
|
||||
|
||||
.mt-12 {
|
||||
margin-top: 3rem;
|
||||
.mt-4 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.mt-8 {
|
||||
@ -586,8 +586,8 @@ video {
|
||||
height: 83.333333%;
|
||||
}
|
||||
|
||||
.h-screen {
|
||||
height: 100vh;
|
||||
.h-\[90vh\] {
|
||||
height: 90vh;
|
||||
}
|
||||
|
||||
.w-12 {
|
||||
|
@ -45,7 +45,7 @@ fn string_to_html(input: &[CharStatus<String>]) -> Html {
|
||||
"flex",
|
||||
"flex-row",
|
||||
"gap-4",
|
||||
"mt-8",
|
||||
"mt-4",
|
||||
"notranslate",
|
||||
)
|
||||
}
|
||||
@ -266,9 +266,9 @@ pub fn Home() -> Html {
|
||||
classes!(
|
||||
"flex",
|
||||
"flex-col",
|
||||
"mt-12",
|
||||
"mt-4",
|
||||
"items-center",
|
||||
"h-screen",
|
||||
"h-[90vh]",
|
||||
)
|
||||
}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user