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;
|
||||
|
||||
align-items: center;
|
||||
padding: 1rem 0rem;
|
||||
padding: 1rem 1rem;
|
||||
}
|
||||
.bookmarkListingContainer {
|
||||
display: flex;
|
||||
@@ -1156,6 +1156,7 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="manageButtons">
|
||||
<div id=${this.id + "--manage-buttons"} >
|
||||
@@ -1166,7 +1167,6 @@
|
||||
<button id=${this.id + "--delete-button"} class="deleteButton" onclick="deleteContainer(this)">delete layer</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
`
|
||||
);
|
||||
|
||||
@@ -1345,7 +1345,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
`
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user