fix: optimize code block selection experience (#1311)
This commit is contained in:
@@ -52,12 +52,18 @@
|
|||||||
|
|
||||||
/* LineNumbersTable */
|
/* LineNumbersTable */
|
||||||
.chroma .lnt {
|
.chroma .lnt {
|
||||||
margin-right: 0.4em;
|
margin-right: 0;
|
||||||
|
user-select: none;
|
||||||
padding: 0 0.4em 0 0.4em;
|
padding: 0 0.4em 0 0.4em;
|
||||||
color: #7f7f7f;
|
color: #7f7f7f;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Optimise code block selection experience */
|
||||||
|
span.line {
|
||||||
|
margin-left: 0.4em;
|
||||||
|
}
|
||||||
|
|
||||||
/* LineNumbers */
|
/* LineNumbers */
|
||||||
.chroma .ln {
|
.chroma .ln {
|
||||||
margin-right: 0.4em;
|
margin-right: 0.4em;
|
||||||
|
|||||||
Reference in New Issue
Block a user