Skip to content
Snippets Groups Projects
Commit d8be0511 authored by syuilo's avatar syuilo
Browse files

Fix design

parent fb07116a
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,9 @@ export default defineComponent({
}
> ::v-deep(code) {
font-size: 0.8em;
word-break: break-all;
padding: 4px 6px;
}
::v-deep(.title) {
......
......@@ -109,6 +109,11 @@ textarea, input {
-webkit-tap-highlight-color: transparent;
}
optgroup, option {
background: var(--panel);
color: var(--fg);
}
hr {
margin: var(--margin) 0 var(--margin) 0;
border: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment