mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-04-02 02:55:46 -04:00
deploy: 0f7c3a233f717bb92a0f62e54f2bd988c1a5ae32
This commit is contained in:
parent
67c7769126
commit
e957764aab
@ -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">
|
||||
|
@ -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;
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user