-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquery.css
More file actions
65 lines (61 loc) · 1.13 KB
/
query.css
File metadata and controls
65 lines (61 loc) · 1.13 KB
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
61
62
63
64
65
@media screen and ( max-width:878px ){
.card{
width: calc( 94% / 4 );
transition: 2s;
}
.card-title{
font-size: 11px;
transition: 2s;
}
}
@media screen and ( max-width:639px ){
.container{
margin: 10px 20px;
transition: 2s;
}
.card{
width: calc( 96% / 2 );
margin-bottom: 10px;
transition: 2s;
}
.album-container{
gap: 4%;
transition: 2s;
}
}
@media screen and ( max-width:576px ){
header{
width: 40px;
align-items: center;
transition: 2s;
}
.logo-visible{
display: none;
}
.logo-hidden{
display: initial;
margin: 5px 10px 5px 10px;
}
.sidebar-menu, .personal-area{
padding: 0 10px;
}
.sidebar-menu h4{
display: none;
}
.sidebar-playlist{
display: none;
}
.personal-area h4{
display: none;
}
.download-area{
border-bottom: none;
}
.download, .my-info{
margin-right: 0;
}
.player-command, .player-bar{
transition: 2s;
gap: 10px;
}
}