- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMMM-FSAPI.css
More file actions
Latest commit
47 lines (39 loc) · 685 Bytes
/
Copy pathMMM-FSAPI.css
File metadata and controls
47 lines (39 loc) · 685 Bytes
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
.MMM-FSAPI {
margin-top:10px;
}
.MMM-FSAPI .header {
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
margin-bottom:5px;
}
.MMM-FSAPI .cover {
text-align: center;
margin:0 auto;
}
.MMM-FSAPI .info {
max-width:300px;
}
.MMM-FSAPI#albumCover {
max-width:100%;
width:300px;
display: inline-block;
height: auto;
border-radius:10px;
}
.MMM-FSAPI#title {
font-weight: bold;
font-size:20px;
}
.MMM-FSAPI#name {
font-weight: bold;
font-size:20px;
}
.MMM-FSAPI#artist {
font-weight: inherit;
font-size:15px;
}
.MMM-FSAPI#album,#text {
font-size:15px;
}