mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 19:08:11 +08:00
padding and fonts
This commit is contained in:
@@ -42,8 +42,6 @@ class Category extends React.Component {
|
||||
<button
|
||||
onClick={this.handleColorChange.bind(this)}
|
||||
style={{
|
||||
font: globals.accentFont,
|
||||
fontStyle: "italic",
|
||||
fontSize: 10
|
||||
}}> as color scale </button>
|
||||
</div>
|
||||
|
||||
@@ -103,7 +103,7 @@ class Graph extends React.Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div id="graphWrapper" style={{height: 600 /* move this to globals */}}>
|
||||
<div id="graphWrapper" style={{height: 540 /* move this to globals */}}>
|
||||
<div id="graphAttachPoint"> </div>
|
||||
</div>
|
||||
)
|
||||
|
||||
@@ -30,7 +30,6 @@ export const darkerGrey = "rgb(51,51,51)";
|
||||
|
||||
export const tiniestFontSize = 12;
|
||||
|
||||
|
||||
export const bolder = 700;
|
||||
|
||||
export const API = {
|
||||
|
||||
Reference in New Issue
Block a user