chore: limit trace-viewer minimum viewport
This commit is contained in:
parent
591d327eac
commit
d920e9c2a9
|
|
@ -23,6 +23,7 @@
|
|||
cursor: text;
|
||||
user-select: none;
|
||||
margin-left: 10px;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
.timeline-divider {
|
||||
|
|
|
|||
|
|
@ -122,3 +122,9 @@ body.dark-mode .drop-target {
|
|||
text-overflow: ellipsis;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
||||
html, body {
|
||||
min-width: 550px;
|
||||
min-height: 450px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue