mirror of
https://github.com/logseq/logseq.git
synced 2026-05-29 23:19:38 +00:00
fix: code style selector
This commit is contained in:
@@ -60,6 +60,12 @@
|
||||
.tl-menu-right-slot {
|
||||
margin-left: auto;
|
||||
padding-left: 20px;
|
||||
|
||||
.keyboard-shortcut > code {
|
||||
padding: 4px !important;
|
||||
text-rendering: initial;
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
}
|
||||
|
||||
.tl-menu-right-slot:focus {
|
||||
@@ -823,9 +829,3 @@ html[data-theme='dark'] {
|
||||
pointer-events: all;
|
||||
stroke-width: min(100px, calc(12px * var(--tl-scale)));
|
||||
}
|
||||
|
||||
.keyboard-shortcut > code {
|
||||
padding: 4px !important;
|
||||
text-rendering: initial;
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user