mirror of
https://github.com/logseq/logseq.git
synced 2026-05-29 23:19:38 +00:00
enhance(ui): hide code lang flag when narrow screen size
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
width: fit-content;
|
||||
/* height:2rem; */
|
||||
order: 3;
|
||||
display: flex;
|
||||
left: auto;
|
||||
right: 0;
|
||||
/* margin-top: 4px; */
|
||||
z-index: 9999;
|
||||
display: none;
|
||||
}
|
||||
|
||||
&-calc {
|
||||
@@ -33,6 +33,12 @@
|
||||
font-family: Fira Code, Monaco, Menlo, Consolas, 'COURIER NEW', monospace;
|
||||
}
|
||||
}
|
||||
|
||||
@screen md {
|
||||
&-lang {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.CodeMirror {
|
||||
|
||||
Reference in New Issue
Block a user