File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ export const MenuStockTicker = GObject.registerClass({
164164 y_align : Clutter . ActorAlign . CENTER ,
165165 y_expand : true ,
166166 style_class : `ticker-stock-quote-change-label fwb ${ quoteColorStyleClass } ` ,
167- text : `${ roundOrDefault ( change ) } ${ roundOrDefault ( changePercent ) } %${ isOffMarket ? '*' : '' } `
167+ text : `${ roundOrDefault ( change ) } ${ roundOrDefault ( changePercent ) } %${ isOffMarket ? '*' : '' } `
168168 } )
169169
170170 stockNameLabel . get_clutter_text ( ) . set_ellipsize ( Pango . EllipsizeMode . NONE )
@@ -215,7 +215,7 @@ export const MenuStockTicker = GObject.registerClass({
215215 y_align : regular ? Clutter . ActorAlign . CENTER : Clutter . ActorAlign . START ,
216216 y_expand : true ,
217217 style_class : `ticker-stock-quote-change-label fwb ${ quoteColorStyleClass } ` ,
218- text : `(${ roundOrDefault ( change ) } ${ currencySymbol } | ${ roundOrDefault ( changePercent ) } %)${ isOffMarket ? '*' : '' } `
218+ text : `(${ roundOrDefault ( change ) } ${ currencySymbol } | ${ roundOrDefault ( changePercent ) } %)${ isOffMarket ? '*' : '' } `
219219 } )
220220
221221 stockQuoteLabel . get_clutter_text ( ) . set_ellipsize ( Pango . EllipsizeMode . NONE )
Original file line number Diff line number Diff line change 5252.stocks-extension .menu-stock-ticker .stock-info-box ,
5353.stocks-extension .menu-stock-ticker .stock-quote-box {
5454 font-size : 1em ;
55+ margin-left : 10px ;
56+ }
57+
58+ .stocks-extension .menu-stock-ticker .stock-info-box : first-child ,
59+ .stocks-extension .menu-stock-ticker .stock-quote-box : first-child {
60+ margin-left : 0 ;
5561}
5662
5763.stocks-extension .menu-stock-ticker .ticker-stock-name-label ,
You can’t perform that action at this time.
0 commit comments