deploy: 0f7c3a233f717bb92a0f62e54f2bd988c1a5ae32

This commit is contained in:
f 2025-03-16 19:58:21 +00:00
parent 67c7769126
commit e957764aab
3 changed files with 10 additions and 3 deletions

View File

@ -23,7 +23,7 @@
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="/style.css?v=19f019eaebdff577f701607101d6117df5dac44b">
<link rel="stylesheet" href="/style.css?v=0f7c3a233f717bb92a0f62e54f2bd988c1a5ae32">
</head>
<body class="">
<div class="layout-wrapper">

View File

@ -26,6 +26,13 @@ body {
overflow-y: hidden;
}
body.vibe {
font-family: 'SF Mono', 'Menlo', 'Monaco', 'Consolas', 'Liberation Mono', 'Courier New', monospace;
font-size: 14px;
line-height: 1.5;
overflow-x: hidden;
}
@media (max-width: 768px) {
body {
overflow-y: auto !important;
@ -296,7 +303,7 @@ body.dark-mode {
body.vibe .sidebar {
display: none !important;
}
.header-right {
position: absolute;
top: 1.3rem;

View File

@ -23,7 +23,7 @@
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="/style.css?v=19f019eaebdff577f701607101d6117df5dac44b">
<link rel="stylesheet" href="/style.css?v=0f7c3a233f717bb92a0f62e54f2bd988c1a5ae32">
</head>
<body class="vibe">
<div class="layout-wrapper">