mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
chore: path
This commit is contained in:
14
src/components/Markdown/index.scss
vendored
14
src/components/Markdown/index.scss
vendored
@@ -4,4 +4,16 @@
|
||||
pre, code {
|
||||
font-family: monospace, monospace;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.resize-handle {
|
||||
width: 0.25rem;
|
||||
transition: 250ms linear background-color;
|
||||
background-color: #7f8082;
|
||||
outline: none;
|
||||
|
||||
&:hover,
|
||||
&[data-resize-handle-active] {
|
||||
background-color: #5194eb;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user