Flarum搜索栏宽度调整代码

@media (min-width:768px) {
    .Search-input input {        
        width: 225px; //点击前搜索框的宽度
        max-width: 300px; //最大宽度,也可以不设定
    } 
    .Search.focused .Search-results,.Search.focused input {
        width: 200px //点击后搜索框的宽度,同上可以自己设定
    }
    .Search.focused {
        margin-left: auto //点击搜索框后的效果,auto为自动,负数为左移
    }
}

如果没有效果,可以自己加权重。

Comments | NOTHING

    空空如也!

消息盒子
# 您需要首次评论以获取消息 #
# 您需要首次评论以获取消息 #

只显示最新10条未读和已读信息