更改头像位置

请告诉我如何以这种方式显示头像

像这样

主题:FKB Pro - Social theme

2 个赞

如果您这样做,您将失去看到头像上下滑动的能力。可以吗?

2 个赞

是的,就这么办吧

1 个赞

您能试试这个 桌面 CSS 吗?

.topic-post {
    $avatar_width: 60px;
    $topic_margin_body: 1em;

    .topic-body {
        width: calc(690px + var(--topic-body-width-padding) * 2 + $avatar_width + $topic_margin_body) !important;
    }

   .topic-avatar {
        position: absolute !important;
        left: calc(var(--topic-body-width-padding) * 2 + $topic_margin_body);
        margin-bottom: 0 !important;
    }

    &.sticky-avatar .topic-avatar {
        top: unset !important;
    }

    .names.trigger-user-card {
        margin-left: calc(var(--topic-avatar-width) + var(--topic-avatar-width) / 2);
        height: $avatar_width;
    }
}

2 个赞

谢谢,这很有帮助。现在如何在主题中增加主块的宽度?

我已经调整了上面的 CSS。我没有看到它,因为我的屏幕被分成两半了。 :+1:

它不起作用

请重试;我更新了,就在刚才。

在我这边可以正常工作:

Arc_X4TUccN7P8

太好了,它奏效了。非常感谢 :heart:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.