summaryrefslogtreecommitdiffstats
path: root/css/mobile.css
blob: 212f578974dad162fbb5f4a908c36c3c8a38de15 (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
35
36
37
38
39
@media (max-width: 770px) {
    #app-content .utils .date {
        display: none;
    }

    #app-shortcuts th:first-child {
        padding-left: 44px;
    }

}

@media (max-width: 600px) {
    #app-content .article-actions ul {
        max-width: 164px;
    }

    #app-content .heading .date {
        display: none;
    }

    #app-content .heading h1 {
        margin-right: 0;
    }

    #app-content .utils {
        padding-right: 15px;
    }

    #app-content .article {
        padding-right: 15px;
        padding-left: 44px;
    }
}

@media (max-width: 340px) {
    #app-content .article-actions  {
        max-width: 82px;
    }
}