Skip to content

Commit

Permalink
Automatic formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisrp committed Nov 28, 2024
1 parent b125070 commit e8a46b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

<div class="flex-col flex-grow">
<div class="width-100 flex-grow">

<label
class="gn-map-layer"
for="layer-{{$index}}"
Expand All @@ -49,18 +48,23 @@
</span>
</span>
</label>

</div>
</div>

<div class="flex-col flex-self-center">
<div class="dropdown dropdown-left">
<button class="btn btn-default dropdown-toggle" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<button
class="btn btn-default dropdown-toggle"
type="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="true"
>
<span class="fa fa-fw fa-ellipsis-vertical"></span>
</button>
<ul class="dropdown-menu dropdown-menu-left">
<li>
<span class=" btn-group btn-group-xs">
<span class="btn-group btn-group-xs">
<!-- Layer Up -->
<a
href=""
Expand Down Expand Up @@ -94,10 +98,8 @@
</a>
</span>
</li>

</ul>
</div>

</div>
</div>

Expand Down
4 changes: 0 additions & 4 deletions web-ui/src/main/resources/catalog/style/gn_viewer.less
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@
}
}
.dropdown-left {

@toggleWidth: 32px;
@toggleHeight: 32px;

Expand Down Expand Up @@ -339,10 +338,7 @@
}
}
}

}


}

.gn-searchlayer-list {
Expand Down

0 comments on commit e8a46b4

Please sign in to comment.