File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11/* Centralized settings. */
22mtv-core {
33 fill-color : # 262626 ;
4- font-size : 11 ;
4+ font-size : 14 ;
55}
66
77/* ------------------------------------------------------------------------- */
88/* Homescreen View */
99
1010[mtv-core ] homev-core {
1111 font-color : # b0b0b0 ;
12- font-size : 13 ;
12+ font-size : 14 ;
1313}
1414
1515/* ------------------------------------------------------------------------- */
Original file line number Diff line number Diff line change 11/* Centralized settings. */
22mtv-core {
33 fill-color : # e5e5e5 ;
4- font-size : 11 ;
4+ font-size : 14 ;
55}
66
77/* ------------------------------------------------------------------------- */
88/* Homescreen View */
99
1010[mtv-core ] homev-core {
1111 font-color : # 404040 ;
12- font-size : 13 ;
12+ font-size : 14 ;
1313}
1414
1515/* ------------------------------------------------------------------------- */
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class TLSpec:
7474 same screen space.
7575 '''
7676 CHANNEL_START_Y = 55
77- CHANNEL_BOX_Y = 40
77+ CHANNEL_BOX_Y = 50
7878 CHANNEL_GAP_Y = 30
7979
8080 specMap = {} # type: dict[str, TLSpec]
You can’t perform that action at this time.
0 commit comments