Перейти к содержанию

avangcom

Актив
  • Постов

    476
  • Зарегистрирован

  • Посещение

  • Победитель дней

    1

Сообщения, опубликованные avangcom

  1. Thanx , It worked great

    It is better to add this code to the plugin

    .cyberdevil_spoiler:not(.cke_widget_element) > .ipsSpoiler_contents {
        display: none;
    }
    .cyberdevil_spoiler:not(.cke_widget_element) > .ipsSpoiler_header:not(.ipsSpoiler_open) {
        margin-bottom: calc(var(--sp-4) * -1);
    }

     

  2. 2 hours ago, Exception said:

    Я только что проверил, вместо контента в спойлере при загрузке показывает примерно это:

      Hide contents

    image.png.4602a7517b7986a3b44622fc8589fc40.png

    т.е. это работает

    Yes you are right I did not notice the space between when copying. And there is ipsSpoiler_contents Now, for a moment, the image wants to open, is there a way to solve that issue as well???

    IMG_20240417_214214.png

  3. 2 hours ago, Exception said:

    -webkit-scrollbar будет работать во всех основных браузерах с поддержкой webkit
    Пример:

    ::-webkit-scrollbar {
        width: 10px;
        background: #2a6a81;
    }
    ::-webkit-scrollbar-thumb {
        background: #ebeff3;
        border-radius: 2px;
    }
      Hide contents

    image.thumb.png.c4cdc367078fee6a862d4066327917f7.png

     

    thank you
    I also put this code in custom.css, but it didn't work

    scr.jpg.22e56fdd20f39680067203cdc9470963.jpg

×
×
  • Создать...