aboutsummaryrefslogtreecommitdiff
path: root/resources/public/style.css
blob: 10844caa1c65c624865ad462d9ce937abe1971b0 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
@import url(/assets/chota.css);

#current-track {
    margin-bottom: 1em;
    display: grid;
    grid-template-columns: max-content auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: initial;
    grid-column-gap: 1em;
}

.search-item {
    margin-bottom: 1em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    grid-column-gap: 1em;
}
@media only screen and (min-width: 768px) {
    .search-item {
        display: grid;
        grid-template-columns: max-content auto max-content;
        text-align: initial;
    }
}

.album-image {
    border-radius: 10%;
    margin-left: auto;
    margin-right: auto;
}

.track-action-icon {
    margin-top: auto;
    margin-bottom: auto;
}

#search-bar {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
}

#search-results {
    margin-top: 3em;
    text-align: center;
}

.text {
    margin-left: 3em;
}

.icon {
    margin-top: auto;
    margin-bottom: auto;
    height: 2em;
}