mirror of
https://github.com/whyour/qinglong.git
synced 2025-06-07 19:06:07 +08:00
14 lines
222 B
Plaintext
14 lines
222 B
Plaintext
.d2h-files-diff {
|
|
height: calc(100vh - 130px);
|
|
height: calc(100vh - var(--vh-offset, 0px) - 130px);
|
|
overflow: auto;
|
|
}
|
|
|
|
.d2h-code-side-linenumber {
|
|
position: relative;
|
|
}
|
|
|
|
.d2h-code-side-line {
|
|
padding: 0 0.5em;
|
|
}
|