summarylogtreecommitdiffstats
path: root/wechat-nativefier.css
blob: e9d7d5b288703e6701fd80c0c428fbe28f900f46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.lang {
    display: none !important;
}

.copyright {
    display: none !important;
}

.main {
    height: 100% !important;
    padding-top: 0 !important;
}

.main_inner {
    max-width: 100% !important;
}

.tab {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around !important;
}

.tab .tab_item.ng-scope {
    display: none !important;;
}

.tab .tab_item:after {
    border-right: 1px solid #00000000;
}

.web_wechat_screencut {
    display: none !important;
}