summarylogtreecommitdiffstats
path: root/wechat-nativefier.css
blob: 2493b09a033a7020da8ca028a7ca9e81263ede01 (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 !important;
}

.web_wechat_screencut {
    display: none !important;
}