Fix thumbnail proportions in Safari

This commit is contained in:
Dermot Duffy
2022-06-26 16:44:39 -07:00
parent f641e4c444
commit 2a33316e62
2 changed files with 10 additions and 9 deletions
+4
View File
@@ -3,6 +3,10 @@
// Anchor absolutes to the outermost part of the card.
position: relative;
// Different browsers use different colors as their fullscreen background,
// this ensures the same experience across all browsers.
background-color: var(--card-background-color);
}
:host([dark]) {