Merge pull request #1789 from umap-project/panel-responsive

Add max-width to panel in landscape mode
This commit is contained in:
Yohan Boniface 2024-05-02 16:41:23 +02:00 committed by GitHub
commit f1a8180a29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,6 +90,7 @@
top: 0;
margin-top: var(--panel-gutter);
width: var(--panel-width);
max-width: calc(100% - var(--panel-gutter) * 2 - var(--control-size))
}
.panel.condensed {
max-height: 500px;