Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/36.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/gwt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在Firefox中,userContent.css不适用于Slack_Css_Userstyles - Fatal编程技术网

在Firefox中,userContent.css不适用于Slack

在Firefox中,userContent.css不适用于Slack,css,userstyles,Css,Userstyles,我正在尝试使默认松弛字体变大。我正在使用Firefox的userContent.css: @-moz-document domain(mastodon.social) { .column { flex: 1 0 25% !important; } }; @-moz-document domain(slack.com) { [lang] body { font-size: 18px; } [lang] .c-mes

我正在尝试使默认松弛字体变大。我正在使用Firefox的userContent.css:

@-moz-document domain(mastodon.social) {
    .column {
        flex: 1 0 25% !important;
    }
};

@-moz-document domain(slack.com) {
    [lang] body {
        font-size: 18px;
    }
    
    [lang] .c-message, [lang] #msg_input {
        font-size: 17px !important;
    }
}
乳齿象部分像一个符咒。然而,slack部分拒绝工作,userContent.css规则没有出现在任何给定元素的规则列表中