moved listing manage buttons out of expandable menu + added padding
This commit is contained in:
+2
-3
@@ -176,7 +176,7 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 1rem 0rem;
|
padding: 1rem 1rem;
|
||||||
}
|
}
|
||||||
.bookmarkListingContainer {
|
.bookmarkListingContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -1156,6 +1156,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="manageButtons">
|
<div class="manageButtons">
|
||||||
<div id=${this.id + "--manage-buttons"} >
|
<div id=${this.id + "--manage-buttons"} >
|
||||||
@@ -1166,7 +1167,6 @@
|
|||||||
<button id=${this.id + "--delete-button"} class="deleteButton" onclick="deleteContainer(this)">delete layer</button>
|
<button id=${this.id + "--delete-button"} class="deleteButton" onclick="deleteContainer(this)">delete layer</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
`
|
`
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -1345,7 +1345,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
`
|
`
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user