mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Show full height footer even when there're no links
This commit is contained in:
+3
-2
@@ -713,13 +713,15 @@ button.add-note svg.icon {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
padding: 5px 20px 5px 20px;
|
||||
padding: 0 15px;
|
||||
border-top: 1px solid #ccc;
|
||||
background-color: #f6f6f6;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
z-index: 1;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
list-style: none;
|
||||
display: flex;
|
||||
}
|
||||
@@ -1029,7 +1031,6 @@ a.hide-toggle {
|
||||
.preset-list {
|
||||
width: 100%;
|
||||
padding: 20px 20px 10px 20px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.preset-list-item {
|
||||
|
||||
@@ -153,7 +153,7 @@ export function uiSidebar(context) {
|
||||
|
||||
var inspectorWrap = selection
|
||||
.append('div')
|
||||
.attr('class', 'inspector-hidden inspector-wrap fr');
|
||||
.attr('class', 'inspector-hidden inspector-wrap');
|
||||
|
||||
var hoverModeSelect = function(targets) {
|
||||
context.container().selectAll('.feature-list-item').classed('hover', false);
|
||||
|
||||
Reference in New Issue
Block a user