Skip to content

Commit

Permalink
Clean up arrow size (#3581)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT authored Oct 16, 2024
1 parent bb18d21 commit 8f00785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ details[open] * i.fa-chevron-right {
}

details summary::-webkit-details-marker {
display:none;
display: none;
}

.center-text {
Expand Down Expand Up @@ -552,7 +552,6 @@ details summary::-webkit-details-marker {
}

.howtoexpand .expand-label i {
font-size: x-small;
margin-right: 0.3rem;
min-width: 16px;
line-height: 1.4375em;
Expand Down
4 changes: 2 additions & 2 deletions layouts/shortcodes/expand.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<details class="expand">
<summary class="expand-label">
<span>
<i style="font-size:x-small;" class="fas fa-chevron-right"></i>
<i style="font-size:x-small;" class="fas fa-chevron-down"></i>
<i class="fas fa-chevron-right"></i>
<i class="fas fa-chevron-down"></i>
<h5>
{{- if .IsNamedParams -}}
{{.Get "default" | default "Click to expand"}}
Expand Down

0 comments on commit 8f00785

Please sign in to comment.