[cXF] Sticky Postbit

Tutorial/教程 [cXF] Sticky Postbit

  • 主题发起人 主题发起人 oksgo
  • 开始时间 开始时间

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • 很荣幸 游客 的到来!开始前请阅读 社区规则 确保您顺利的熟悉本社区。注册用户可以提交资源,如果您有已发布资源的新版本,您可以随时更新版本!

    文件链接损坏,请在文件下方留言,我们将会及时更新来自备份服务器的新链接。

  • 我们拥有多账户检测系统,对于重复注册我们将采取严厉措施!提示:如果您的账户超过180天处于非活动状态,系统将自动删除您的账户!

    We have a multi account detection system, and we will take strict measures against duplicate registrations! Tip: If your account has been inactive for more than 180 days, the system will automatically delete your account!

oksgo

Administrator

管理成员
贡献: 27%
注册
10 16, 2023
消息
1,459
G
6,182 G
  • 主题 作者
  • #1
cxf_sticky_postbit.gif


将此代码添加到您的extra.less模板中:
代码:
/* [cXF] Sticky Postbit */
@media (min-width: @xf-responsiveMedium) {
    .message-user {
        position: -webkit-sticky;
        position: sticky;
        top: 37px;

        .message-userArrow {
            right: -11px;
        }
    }
}
/**********/
 

相似主题

For XenForo 2.2 add below code to your extra.less template : Or if you want a Pro icon of a specific style change .m-faBase(); like this : .m-faBase('Pro', @faWeight-solid); For XenForo 2.3 add...
0
8
0
这是顶部导航菜单的超级菜单的示例代码: 插件地址:
1
264
0
oksgo 提交新资源: [cXF] Style Variations in Navigation - [cXF] Style Variations in Navigation 阅读关于此资源更多信息...
1
27
0
oksgo 提交新资源: [cXF] Hide attachments with notice - [cXF] Hide attachments with notice 描述: 完全隐藏附件,并根据权限发出通知。您可以通过编辑短语来更改通知文本。 功能: 使用用户权限隐藏附件(在管理控制面板中为用户或用户组设置权限)...
1
21
0
对于xenforo 2.3 对于 xenforo 2.1 - 2.2 在 extra.less 模板中添加以下代码:
0
22
0
后退
顶部