mirror of
https://github.com/whyour/qinglong.git
synced 2025-06-07 02:06:07 +08:00
21 lines
312 B
Plaintext
21 lines
312 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;
|
|
}
|
|
|
|
.diff-switch-file {
|
|
min-width: 768px;
|
|
.ant-form-item {
|
|
margin-bottom: 8px;
|
|
}
|
|
}
|