Skip to content

Commit

Permalink
Fix missing mailer header
Browse files Browse the repository at this point in the history
  • Loading branch information
allmarkedup committed Jun 9, 2024
1 parent 9dda6ca commit 8d1a091
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions app/components/lookbook/ui/app/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
&[data-status-bar="true"] {
grid-template-rows: min-content 1fr min-content;
}

main {
display: contents;
}
}
3 changes: 1 addition & 2 deletions assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ a {
transition: color 0.25s ease;
}

router,
main {
router {
display: contents;
}

Expand Down
6 changes: 4 additions & 2 deletions public/lookbook-assets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -765,8 +765,7 @@ code {
a {
transition: color 0.25s ease;
}
router,
main {
router {
display: contents;
}
[x-cloak] {
Expand Down Expand Up @@ -1071,6 +1070,9 @@ select {
[data-component="app"][data-status-bar="true"] {
grid-template-rows: min-content 1fr min-content;
}
[data-component="app"] main {
display: contents;
}
[data-component="color-scheme-switcher"] {
display: block;
height: -moz-fit-content;
Expand Down
3 changes: 1 addition & 2 deletions public/lookbook-assets/mailer.css
Original file line number Diff line number Diff line change
Expand Up @@ -765,8 +765,7 @@ code {
a {
transition: color 0.25s ease;
}
router,
main {
router {
display: contents;
}
[x-cloak] {
Expand Down

0 comments on commit 8d1a091

Please sign in to comment.