Skip to content

Commit

Permalink
wip(scrim-inline): make play button bigger, make scrims smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Sep 26, 2024
1 parent a0a62d9 commit 2db72fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/src/assets/curriculum/scrim-play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions client/src/curriculum/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@
scrim-inline {
aspect-ratio: 1.5;
display: block;
margin: 0.5rem auto;
max-width: 575px;
width: 100%;
}

Expand Down
9 changes: 6 additions & 3 deletions client/src/curriculum/scrim-inline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ dialog {
height: 100%;
position: relative;
width: 100%;

> * {
font-size: 4cqmin;
}
}

.header {
Expand Down Expand Up @@ -116,7 +120,6 @@ dialog {
auto 0.6em,
contain,
cover;
font-size: 4cqmin;
inset: 0;
position: absolute;

Expand Down Expand Up @@ -164,9 +167,9 @@ iframe {
}

svg {
height: 7rem;
height: 9em;
stroke-width: 2px;
width: 7rem;
width: auto;

circle {
fill: var(--color);
Expand Down

0 comments on commit 2db72fa

Please sign in to comment.