Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Вот такая проблема возникла с postbody, идёт отступ неимоверный всё видно на скрине:

post-6338-0-95831900-1425805553_thumb.jp

Когда я захожу просмотр кода элемента, то наблюдаю данную строчку и когда убираю её всё становиться на свои места.

post-6338-0-75725000-1425805407_thumb.jp

Но, при поиске в стиле, ксс и остальном. Я данную строчку найти и убрать не могу, подскажите, возможно я что-то пропустил?

 

  • Author

Что за стиль?

Дело не в стиле это точно, на старом такая штука появилась, поставил новый ничего не изменилось. А стиль - YouWebs (ReDesign)

АЦ - Внешний вид - Ваш стиль - includeRTL. Следующее попробуйте закомментировать.

<if test="hasMemberTopicMax:|:$this->settings['member_topic_avatar_max']">
    <!-- Forces topic photo to show without thumb -->
    <style type='text/css'>
        .ipsUserPhoto_variable { max-width: {parse expression="intval($this->settings['member_topic_avatar_max'])"}px !important; }
        <if test="RTLMargin:|:$this->isRtlLang">
            .post_body { margin-right: {parse expression="((intval($this->settings['member_topic_avatar_max'] + 25 ) < 185 ) ? 185 : intval($this->settings['member_topic_avatar_max'] + 25 ) )"}px !important; }
        <else />
            .post_body { margin-left: {parse expression="((intval($this->settings['member_topic_avatar_max'] + 25 ) < 185 ) ? 185 : intval($this->settings['member_topic_avatar_max'] + 25 ) )"}px !important; }
        </if>
    </style>
</if>
Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.