Загрузка...

Уник Некорректно отображение иконки возле ника на моб. устройстве

Тема в разделе Недочеты создана пользователем XDev 3 авг 2025 в 16:42. 15 просмотров

  1. XDev
    Скриншот/видео недочета: ниже скриншоты

    С ПК (отлично):

    [IMG]

    C телефона (всё плохо, иконка чёрная):

    [IMG]

    Полная ссылка на страницу, где возникает проблема: https://lolz.live/
    Как воспроизвести недочет: ниже представлен код иконки возле ника

    CSS
    <svg stroke="#000" width="32" height="32" viewBox="0 0 32 32"> <defs> <linearGradient id="gradient" x1="0%" y1="0%" x2="100%" y2="100%"> <stop offset="0%" stop-color="white"> <animate attributeName="stop-color" values="white;cyan;white" dur="4s" repeatCount="indefinite"></animate> </stop> <stop offset="50%" stop-color="cyan"> <animate attributeName="stop-color" values="cyan;white;cyan" dur="4s" repeatCount="indefinite" begin="-1s"></animate> </stop> <stop offset="100%" stop-color="white"> <animate attributeName="stop-color" values="white;cyan;white" dur="4s" repeatCount="indefinite" begin="-2s"></animate> </stop> </linearGradient> <filter id="soft-glow" x="-20%" y="-20%" width="140%" height="140%"> <feGaussianBlur stdDeviation="0.5" result="blur"></feGaussianBlur> <feComposite in="SourceGraphic" in2="blur" operator="over"></feComposite> </filter> </defs> <path fill="url(#gradient)" filter="url(#soft-glow)" d="M16 3C8.82 3 3 8.82 3 16s5.82 13 13 13 13-5.82 13-13S23.18 3 16 3zm7.258 9.307-9.486 9.485c-.238.237-.623.237-.861 0l-.191-.191-5.219-5.256c-.238-.238-.238-.624 0-.862l1.294-1.293c.238-.238.624-.238.862 0l3.689 3.716 7.756-7.756c.238-.238.624-.238.862 0l1.294 1.294c.239.237.239.623 0 .862z"></path> </svg>
     
Top
Загрузка...