comparison client/src/layers/Identify.vue @ 771:6d214b3bed35

client: improve identify box' dynamic sizing
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 26 Sep 2018 09:46:07 +0200
parents c12ec7fde3f2
children cb6dc630c702
comparison
equal deleted inserted replaced
770:c12ec7fde3f2 771:6d214b3bed35
40 width: $icon-width; 40 width: $icon-width;
41 transition: $transition-fast; 41 transition: $transition-fast;
42 } 42 }
43 43
44 .identifyexpanded { 44 .identifyexpanded {
45 height: $identify-height; 45 min-height: $identify-height;
46 width: $identify-width; 46 width: $identify-width;
47 } 47 }
48 48
49 .minimizer { 49 .minimizer {
50 position: absolute; 50 position: absolute;