Merge pull request #1789 from umap-project/panel-responsive
Add max-width to panel in landscape mode
This commit is contained in:
commit
f1a8180a29
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
margin-top: var(--panel-gutter);
|
margin-top: var(--panel-gutter);
|
||||||
width: var(--panel-width);
|
width: var(--panel-width);
|
||||||
|
max-width: calc(100% - var(--panel-gutter) * 2 - var(--control-size))
|
||||||
}
|
}
|
||||||
.panel.condensed {
|
.panel.condensed {
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
|
|
Loading…
Reference in a new issue