Skip to content

Commit

Permalink
Reduce projection label footprint
Browse files Browse the repository at this point in the history
Don't block interaction.
  • Loading branch information
slowe committed Oct 15, 2018
1 parent 51b70e3 commit ab9478c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions 0.7.0/virtualsky.js
Original file line number Diff line number Diff line change
Expand Up @@ -1624,12 +1624,12 @@ VirtualSky.prototype.selectProjection = function(proj){
.css({
'position':'absolute',
'padding':0,
'width':w+'px',
'height':h+'px',
'top':'0px',
'left':'0px',
'height':'2em',
'top':'50%',
'left':'50%',
'transform':'translate3D(-50%,-50%,0)',
'text-align':'center',
'line-height':h+'px',
'line-height':'2em',
'z-index':20,
'font-size':'1.5em',
'display':'block',
Expand Down
2 changes: 1 addition & 1 deletion 0.7.0/virtualsky.min.js

Large diffs are not rendered by default.

0 comments on commit ab9478c

Please sign in to comment.