35666e1705
CI / changes (pull_request) Successful in 2s
CI / unit (pull_request) Successful in 8s
CI / integration (pull_request) Successful in 11s
CI / ui (pull_request) Successful in 30s
CI / gate (pull_request) Successful in 0s
CI / deploy (pull_request) Successful in 1m7s
- Chat: always render the (possibly empty) flex:1 caption before the nudge button, so the nudge stays pinned right whether or not the cooldown text shows (it drifted left when available). - USSR flag: redraw the hammer & sickle as a thin schematic sketch — an elongated semicircle sickle with a handle, crossed by a T-shaped hammer (per the original's structure), instead of the bold over-filled emblem; the star is a touch smaller.
15 lines
760 B
XML
15 lines
760 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 16" role="img" aria-label="СССР">
|
|
<rect width="24" height="16" fill="#cc0000"/>
|
|
<!-- five-pointed star (filled, slightly smaller) -->
|
|
<path fill="#ffd700" d="M6 2.4l.78 1.6 1.76.26-1.27 1.24.3 1.75L6 6.63l-1.57.82.3-1.75L3.46 4.5l1.76-.26z"/>
|
|
<!-- schematic hammer & sickle (a sketch, thin strokes) -->
|
|
<g fill="none" stroke="#ffd700" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round">
|
|
<!-- sickle: an elongated semicircle blade with a short handle -->
|
|
<path d="M8.2 7.4a3 3 0 1 1-3.3 3.9"/>
|
|
<path d="M4.9 11.3l-.8.7"/>
|
|
<!-- hammer: a T-shape (handle + head) crossing the sickle -->
|
|
<path d="M5.1 11 8.1 8"/>
|
|
<path d="M7.2 7.1 9 8.9"/>
|
|
</g>
|
|
</svg>
|