misc
This commit is contained in:
@@ -241,4 +241,5 @@ Custom
|
|||||||
max-height: 200px !important;
|
max-height: 200px !important;
|
||||||
overflow-y: auto !important;
|
overflow-y: auto !important;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ import Themes from "astro-themes";
|
|||||||
import { ViewTransitions } from "astro:transitions";
|
import { ViewTransitions } from "astro:transitions";
|
||||||
|
|
||||||
import BaseHead from "../components/BaseHead.astro";
|
import BaseHead from "../components/BaseHead.astro";
|
||||||
import Navbar from "../components/Nav.astro";
|
import Navbar from "./Nav.astro";
|
||||||
import Footer from "../components/Footer.astro";
|
import Footer from "../components/Footer.astro";
|
||||||
|
|
||||||
import "@fontsource/geist-sans/400.css";
|
import "@fontsource/geist-sans/400.css";
|
||||||
|
@@ -6,7 +6,6 @@ import ExitToApp from '@mui/icons-material/ExitToApp';
|
|||||||
const navItems = [
|
const navItems = [
|
||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "Radio", href: "/radio" },
|
{ label: "Radio", href: "/radio" },
|
||||||
{ label: "Memes", href: "/memes" },
|
|
||||||
{ blockSeparator: true },
|
{ blockSeparator: true },
|
||||||
{ label: "Status", href: "https://status.boatson.boats", icon: ExitToApp },
|
{ label: "Status", href: "https://status.boatson.boats", icon: ExitToApp },
|
||||||
{ label: "Git", href: "https://kode.boatson.boats", icon: ExitToApp },
|
{ label: "Git", href: "https://kode.boatson.boats", icon: ExitToApp },
|
Reference in New Issue
Block a user