summarylogtreecommitdiffstats
path: root/wechat-nativefier.css
blob: 83aeb780b27352c07f76575c997a4c28825c3fed (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
.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;;
}

.web_wechat_screencut {
    display: none !important;
}