mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-07 11:46:09 -05:00
@@ -43,7 +43,7 @@ export const links: LinksFunction = () => {
|
||||
export const meta: MetaFunction = () => ({
|
||||
charset: "utf-8",
|
||||
title: "sendou.ink",
|
||||
viewport: "width=device-width,initial-scale=1,minimum-scale=1.0",
|
||||
viewport: "width=device-width,initial-scale=1",
|
||||
});
|
||||
|
||||
export interface RootLoaderData {
|
||||
|
||||
@@ -97,14 +97,13 @@
|
||||
}
|
||||
|
||||
.layout__menu {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
z-index: 500;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: max-content;
|
||||
height: max-content;
|
||||
margin-top: 10rem;
|
||||
backdrop-filter: blur(10px) brightness(75%);
|
||||
background-color: var(--bg-lighter);
|
||||
background-image: url("/svg/background-pattern.svg");
|
||||
border-end-start-radius: var(--rounded);
|
||||
|
||||
Reference in New Issue
Block a user