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