Skip to content

Commit

Permalink
Fix gaps in card headers
Browse files Browse the repository at this point in the history
Last time hopefully.
  • Loading branch information
Tetrakern committed Feb 8, 2023
1 parent 8ca3799 commit 9345102
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/application.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/complete.css

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions src/scss/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
&__header {
display: flex;
align-items: center;
gap: .5rem;
font-size: 15px;
margin-bottom: 0.75rem;

Expand Down Expand Up @@ -124,8 +125,11 @@
color: var(--fg-700);
font-size: 75%;
line-height: 1;
margin-left: 8px;
opacity: .375;

&:not(:last-child) {
margin-right: .25rem;
}
}

&__controls {
Expand All @@ -139,7 +143,7 @@
color: var(--fg-700);
line-height: 1;
text-align: right;
padding: 0 .625rem 0 .75rem;
padding-right: .625rem;
margin-right: -0.75rem;

&:not(.last-clicked) {
Expand Down

0 comments on commit 9345102

Please sign in to comment.