fix: avatar support and set it as default
This commit is contained in:
parent
9541fb1927
commit
cd8dfb94a3
9 changed files with 369 additions and 418 deletions
24
stock/props/screen-projector-screen.svg
Normal file
24
stock/props/screen-projector-screen.svg
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120">
|
||||
<defs>
|
||||
<linearGradient id="ustScreen" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#FAFAFA"/>
|
||||
<stop offset="50%" stop-color="#FFFFFF"/>
|
||||
<stop offset="100%" stop-color="#F5F5F5"/>
|
||||
</linearGradient>
|
||||
<filter id="ustShadow" x="-5%" y="-5%" width="110%" height="120%">
|
||||
<feDropShadow dx="0" dy="3" stdDeviation="3" flood-color="#000000" flood-opacity="0.25"/>
|
||||
</filter>
|
||||
</defs>
|
||||
|
||||
<!-- Thin black frame - 16:9 ratio (106x60) centered -->
|
||||
<rect x="7" y="30" width="106" height="60" rx="1" fill="#1a1a1a" filter="url(#ustShadow)"/>
|
||||
|
||||
<!-- Screen surface - 16:9 with thin bezel -->
|
||||
<rect x="9" y="32" width="102" height="56" fill="url(#ustScreen)"/>
|
||||
|
||||
<!-- Subtle inner shadow on screen edges -->
|
||||
<rect x="9" y="32" width="102" height="56" fill="none" stroke="#E0E0E0" stroke-width="0.5"/>
|
||||
|
||||
<!-- Frame edge highlight (top) -->
|
||||
<line x1="8" y1="30" x2="112" y2="30" stroke="#333" stroke-width="0.5"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1 KiB |
Loading…
Add table
Add a link
Reference in a new issue