Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into color-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stacyk committed Dec 21, 2023
2 parents c18e25e + 80d51b8 commit 3887935
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/colors/Output.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
}
li {
column-gap: 1ch;
align-items: center;
column-gap: 0.5ch;
display: grid;
grid-template-columns: auto 1fr;
}
Expand Down
6 changes: 6 additions & 0 deletions src/lib/components/colors/SupportWarning.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@
>.
</span>
{/if}

<style lang="scss">
[data-color-info~='warning'] {
grid-column: 1 / -1;
}
</style>

0 comments on commit 3887935

Please sign in to comment.