• В этом разделе публикуются новые темы автоматически при добавлении статьи или файла в МЕНЕДЖЕР РЕСУРСОВ.
    Ручное создание новых тем невозможно.
    Воспользуйтесь ПОИСКОМ для нахождения темы или ресурса связанным с вашим поиском и решением проблем.
    Если же вы ни чего не нашли подходящего задайте вопрос в разделе - Служба поддержки
Change the location of the online icon in the member's file to the top right

МОДЫ xF2 Change the location of the online icon in the member's file to the top right

Xenforo 2.3

Binkaddas

Binkaddas

Путник
Премиум
Статус
Не в сети
Регистрация
12.01.2024
Сообщения
18
Ресурсы
9
Реакции
6
Binkaddas submitted a new resource:

Change the location of the online icon in the member's file to the top right - Xenforo 2.3

Change the location of the online icon in the member's file to the top right

1- Before
Посмотреть вложение 11541

2- After
Посмотреть вложение 11542

3- Add the below code to extra.less template
Код:
.message-avatar-wrapper .message-avatar-online
{
    left: 12%;
    top: 0;

    &::before
    {
        border-radius: 0;
        border: none;
        content: "\f0c8";
    }
}

Read more about this resource...
 
Активность
Пока что здесь никого нет
Назад
Верх Низ