enhance(ui): hide code lang flag when narrow screen size

This commit is contained in:
charlie
2022-06-11 13:26:32 +08:00
committed by Tienson Qin
parent f8c4f50cf8
commit 75c3dd53c6

View File

@@ -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 {