Skip to content

Commit

Permalink
Add border to top of expanded content
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Jan 5, 2025
1 parent 3e1c989 commit 092094a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/_sass/components/_glossary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ body.glossary-page {

scroll-margin: 4rem;

.expandable-content {
border-top: 0.05rem solid var(--card-border-color);
padding-top: 0.5rem;
}

&.collapsed {
height: 10rem;
overflow: hidden;
Expand Down Expand Up @@ -184,6 +189,7 @@ body.glossary-page {
padding: 0.25rem 0.75rem;
font-size: 0.9em;
border-radius: 20px;
text-wrap-style: pretty;

.material-symbols {
font-variation-settings: 'FILL' 1;
Expand Down

0 comments on commit 092094a

Please sign in to comment.