Skip to content

Commit

Permalink
template columns
Browse files Browse the repository at this point in the history
  • Loading branch information
stephband committed Sep 19, 2023
1 parent a149ce7 commit 4d56d70
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions css/host.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,15 @@
/* Reset style applied to un-upgraded slide-show */
grid-auto-flow: row !important;

/* Make the .scroller element inhabit full width. On .scroller,
grid-template-columns is none-ified so that columns on
slot[part="slides"] are sized via grid-auto-columns (or by
grid-template-columns specifically set on :part(slides)). */
grid-template-columns: 100%;
/* Make slides full width by default. This is inherited by
.scroller > slot[part="slides"]. */
grid-auto-columns: 100%;
grid-template-columns: none;
column-gap: 0;

grid-auto-rows: auto;
/*grid-template-rows: 1fr;*/
row-gap: 0;
Expand Down

0 comments on commit 4d56d70

Please sign in to comment.