mirror of
https://github.com/maputnik/editor.git
synced 2026-03-20 17:20:01 +00:00
Improve inspect hover UI (#879)
Fixes #868 - #868 It solves all the block within blocks and all kind of controls that are not required which creates gaps. I use a simple table, so the width is dynamic but it is always aligned for all the properties and the features.  Vary basic stuff. There's still the layer popup, which I'm not sure I know what it is and might need to be fixed as well. CC: @zstadler
This commit is contained in:
@@ -36,3 +36,12 @@
|
||||
margin-top: $margin-2;
|
||||
}
|
||||
}
|
||||
|
||||
.maputnik-popup-table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.maputnik-popup-table-cell {
|
||||
color: $color-lowgray;
|
||||
padding-left: $margin-2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user