Skip to content

Commit f48ffdc

Browse files
authoredJan 25, 2022
fix: use 100% font size for room name (#46)
* use 100% font size * update css
1 parent b6c3921 commit f48ffdc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎MMM-Sonos.css

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
height: 100px;
1616
}
1717
.sonos ul .room {
18-
font-size: 50%;
1918
padding: 0.25em 0.5em;
2019
}
2120
.sonos ul.flip {

‎MMM-Sonos.less

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
}
1717
}
1818
.room{
19-
font-size: 50%;
2019
padding: .25em .5em;
2120
}
2221
}

0 commit comments

Comments
 (0)