Skip to content

Commit

Permalink
Fix minor style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
2-towns committed Nov 28, 2024
1 parent 6fd2ee9 commit 8da0a6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Modal/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

svg {
min-width: 20px;
color: white;
}

h6 {
Expand Down
8 changes: 7 additions & 1 deletion src/components/Toast/toast.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@property --codex-toast-color {
syntax: "<color>";
inherits: false;
inherits: true;
initial-value: rgb(111, 203, 148);
}

Expand All @@ -31,6 +31,12 @@
max-width: 450px;
margin: auto;

@media screen and (max-width: 800px) {
& {
max-width: 300px;
}
}

&[aria-hidden] {
top: -1000px;
}
Expand Down

0 comments on commit 8da0a6c

Please sign in to comment.