fixed dialog witdths

This commit is contained in:
Fedor Katurov 2020-01-10 14:32:12 +07:00
parent 65885acb75
commit afc9654200
13 changed files with 115 additions and 132 deletions

View file

@ -247,6 +247,11 @@
background: #222222;
border-radius: @panel_radius;
&.bottom.right {
width: 100%;
max-width: 500px;
}
&.top {
bottom: auto;
top: 52px;