Personal Site

Add variants of the small-box-mask to allow for visual variety

vielle.dev 7ebcaa3d 02afb660

verified
+1 -1
src/assets/small-box-mask-1-180.png

This is a binary file and will not be displayed.

src/assets/small-box-mask-1-270.png

This is a binary file and will not be displayed.

src/assets/small-box-mask-1-90.png

This is a binary file and will not be displayed.

src/assets/small-box-mask-2-0.png

This is a binary file and will not be displayed.

src/assets/small-box-mask-2-180.png

This is a binary file and will not be displayed.

src/assets/small-box-mask-2-270.png

This is a binary file and will not be displayed.

src/assets/small-box-mask-2-90.png

This is a binary file and will not be displayed.

src/assets/small-box-mask-3-0.png

This is a binary file and will not be displayed.

src/assets/small-box-mask-3-180.png

This is a binary file and will not be displayed.

src/assets/small-box-mask-3-270.png

This is a binary file and will not be displayed.

src/assets/small-box-mask-3-90.png

This is a binary file and will not be displayed.

src/assets/small-box-mask.png src/assets/small-box-mask-1-0.png
+1 -1
src/components/home/playing/NowPlaying.astro
··· 12 12 import boxTlbr from "/assets/box-tlbr.png"; 13 13 import boxTB from "/assets/box-tb.png"; 14 14 import popoutSpeech from "/assets/popout-speech.png"; 15 - import smallBoxMask from "/assets/small-box-mask.png"; 15 + import smallBoxMask from "/assets/small-box-mask-1-0.png"; 16 16 17 17 const track = await sdk.player.getCurrentlyPlayingTrack().catch(() => null); 18 18