mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Update site preview images
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<img src="docs/images/preview-fg_macOS@2x.png"
|
<img src="docs/images/preview-fg_macOS_dark@2x.png"
|
||||||
alt="Preview of cast device selection popup"
|
alt="Preview of cast device selection popup"
|
||||||
align="right"
|
align="right"
|
||||||
width="396">
|
width="462">
|
||||||
|
|
||||||
# fx_cast
|
# fx_cast
|
||||||
|
|
||||||
|
|||||||
BIN
docs/images/preview-fg_macOS_dark.png
Normal file
BIN
docs/images/preview-fg_macOS_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
BIN
docs/images/preview-fg_macOS_dark@2x.png
Normal file
BIN
docs/images/preview-fg_macOS_dark@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 168 KiB |
BIN
docs/images/preview-fg_macOS_light.png
Normal file
BIN
docs/images/preview-fg_macOS_light.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 49 KiB |
BIN
docs/images/preview-fg_macOS_light@2x.png
Normal file
BIN
docs/images/preview-fg_macOS_light@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 165 KiB |
@@ -241,11 +241,11 @@ body {
|
|||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview--fg[src="images/preview-fg.png"] {
|
.preview--fg[src="images/preview-fg_macOS_dark.png"],
|
||||||
transform: translate(-56px, -28px);
|
.preview--fg[src="images/preview-fg_macOS_dark@2x.png"],
|
||||||
}
|
.preview--fg[src="images/preview-fg_macOS_light.png"],
|
||||||
.preview--fg[src="images/preview-fg_macOS.png"] {
|
.preview--fg[src="images/preview-fg_macOS_light@2x.png"] {
|
||||||
transform: translate(-22px, -18px);
|
transform: translate(-55px, -36px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -263,12 +263,19 @@
|
|||||||
src="images/preview-bg.png"
|
src="images/preview-bg.png"
|
||||||
srcset="images/preview-bg.png,
|
srcset="images/preview-bg.png,
|
||||||
images/preview-bg@2x.png 2x">
|
images/preview-bg@2x.png 2x">
|
||||||
<img class="preview preview--fg"
|
|
||||||
alt="Screenshot preview, foreground"
|
<picture style="display: contents">
|
||||||
width="396"
|
<source alt="Media context menu"
|
||||||
src="images/preview-fg_macOS.png"
|
srcset="images/preview-fg_macOS_light.png,
|
||||||
srcset="images/preview-fg_macOS.png,
|
images/preview-fg_macOS_light@2x.png 2x"
|
||||||
images/preview-fg_macOS@2x.png 2x">
|
media="(prefers-color-scheme: light)">
|
||||||
|
<img class="preview preview--fg"
|
||||||
|
alt="Media context menu"
|
||||||
|
width="462"
|
||||||
|
src="images/preview-fg_macOS_dark.png"
|
||||||
|
srcset="images/preview-fg_macOS_dark.png,
|
||||||
|
images/preview-fg_macOS_dark@2x.png 2x">
|
||||||
|
</picture>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="links">
|
<div class="links">
|
||||||
|
|||||||
Reference in New Issue
Block a user