File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " kaleido-ember" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " HTML Kaleido overlay with control from E.G. VSM via Ember protocol" ,
55 "main" : " src/server/index.ts" ,
66 "author" : " olzzon <github@olzzon.dk>" ,
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ const windowStyling = (
2626 height : source . height ,
2727 border : "solid " + globalSettings . borderWidth + " " + ( tally ? tallyColor : "grey" ) ,
2828 borderRadius : globalSettings . borderRadius ,
29+ boxShadow : "none" ,
2930 color : "red" ,
3031 fontSize : "1.5rem" ,
3132 fontFamily : globalSettings . fontFamily ,
@@ -51,6 +52,7 @@ const labelStyling = (
5152 fontFamily : globalSettings . fontFamily ,
5253 border : "solid " + globalSettings . borderWidth + " " + ( tally ? tallyColor : "grey" ) ,
5354 borderRadius : globalSettings . borderRadius ,
55+ boxShadow : "none" ,
5456 } ;
5557} ;
5658
You can’t perform that action at this time.
0 commit comments