properly handle expanding preview in developer mode
This commit is contained in:
parent
70c1587667
commit
1f663f3cc9
4 changed files with 22 additions and 4 deletions
|
|
@ -2615,3 +2615,17 @@ details[open] summary::after {
|
|||
.range-detail span {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.devel #modal-box {
|
||||
height: 80%;
|
||||
}
|
||||
.devel #mod-x-any {
|
||||
height: 100%;
|
||||
}
|
||||
.devel #code-preview {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.devel #code-preview > div,
|
||||
.devel #code-preview-textarea {
|
||||
height: 100%;
|
||||
}
|
||||
Loading…
Reference in a new issue