Skip to content

Commit

Permalink
sass: fix deprecated build warning (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
andi34 authored Sep 17, 2024
1 parent 69d996e commit f667b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sass/partials/_video_preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
position: absolute;
height: 100%;
width: 100%;
z-index: 0;
&.fill {
object-fit: fill;
}
Expand All @@ -28,7 +29,6 @@
&.flip-vertical {
transform: translate(-50%, -50%) rotate($previewRotation) scaleY(-1);
}
z-index: 0;
}

#picture--frame,
Expand Down
2 changes: 1 addition & 1 deletion src/sass/welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
html,
body {
background-color: $panelColor;
overflow-y: auto;
p {
font-size: 1.2em;
}
h3 {
font-size: 1.3em;
}
overflow-y: auto;
}

.welcome {
Expand Down

0 comments on commit f667b26

Please sign in to comment.