Skip to content

Commit

Permalink
i added just a little space between the expand and collapse buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
vouidaskis committed Dec 18, 2024
1 parent 81b05fb commit 7591b82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions arches/app/media/css/components/search/_advanced-search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
color: #777;
font-size: 1.2rem;
}
.spacing-class {
margin-left: 7px;
}

.facets-container {
width: 275px;
border-inline-start: 1px solid #ddd;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<i class="ion-plus"></i>{% trans ' Expand' %}
</a>
<a
role="button" class="tree-display-tool"
role="button" class="tree-display-tool spacing-class"
data-bind="onEnterkeyClick, onSpaceClick,
click: function () {searchableGraphs(searchableGraphs().map(graph=>graph.collapsed(true)))}">
<i class="ion-minus"></i>{% trans ' Collapse' %}
Expand Down

0 comments on commit 7591b82

Please sign in to comment.