mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-04-19 06:31:18 +00:00
/vibe code
This commit is contained in:
parent
19f019eaeb
commit
0f7c3a233f
@ -26,6 +26,13 @@ body {
|
|||||||
overflow-y: hidden;
|
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) {
|
@media (max-width: 768px) {
|
||||||
body {
|
body {
|
||||||
overflow-y: auto !important;
|
overflow-y: auto !important;
|
||||||
@ -296,7 +303,7 @@ body.dark-mode {
|
|||||||
body.vibe .sidebar {
|
body.vibe .sidebar {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-right {
|
.header-right {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1.3rem;
|
top: 1.3rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user