summaryrefslogtreecommitdiffstats
path: root/css/mobile.css
blob: 3f2dc6343b8e3e92aa7bce1a2d14ae8c61a95a7a (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
40
41
42
43
44
45
46
@media only screen and (max-width: 1024px) {
    #app-content .utils .date {
        display: none;
    }

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

    #app-navigation:not(.hidden) + #app-content {
        width: 100%;
    }

    #mark-all-read-button {
        display: block;
    }
}

@media only screen and (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 only screen and (max-width: 340px) {
    #app-content .article-actions  {
        max-width: 82px;
    }
}