mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 08:58:12 +08:00
switch to roboto condensed for space
This commit is contained in:
+3
-3
@@ -4,10 +4,10 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>cellxgene</title>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700" rel="stylesheet">
|
||||
<style>
|
||||
html, body, p, h1, h2, h3, h4, h5, h6, span, button, input {
|
||||
font-family: 'Roboto','Helvetica Neue','Helvetica','Arial',sans-serif;
|
||||
html, body, p, h1, h2, h3, h4, h5, h6, span, button, input, text {
|
||||
font-family: 'Roboto Condensed','Helvetica Neue','Helvetica','Arial',sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
body {
|
||||
|
||||
@@ -41,7 +41,6 @@ class CellSetButton extends React.Component {
|
||||
</span>
|
||||
<span
|
||||
style={{
|
||||
fontFamily: "Georgia",
|
||||
fontSize: 14,
|
||||
marginLeft: 8,
|
||||
position: "relative",
|
||||
|
||||
@@ -18,16 +18,6 @@ class Expression extends React.Component {
|
||||
this.state = {};
|
||||
}
|
||||
|
||||
handleClick(gene) {
|
||||
return () => {
|
||||
const { dispatch } = this.props;
|
||||
dispatch({
|
||||
type: "color by expression",
|
||||
gene
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
computeDiffExp() {
|
||||
const { dispatch, differential } = this.props;
|
||||
dispatch(
|
||||
|
||||
@@ -97,7 +97,7 @@ class GeneExpression extends React.Component {
|
||||
background: "none",
|
||||
cursor: "pointer",
|
||||
outline: "none",
|
||||
margin: "none",
|
||||
marginTop: 20,
|
||||
padding: 0
|
||||
}}
|
||||
onClick={() => {
|
||||
@@ -109,6 +109,7 @@ class GeneExpression extends React.Component {
|
||||
<CirclePlus
|
||||
style={{
|
||||
display: "inline-block",
|
||||
marginLeft: 7,
|
||||
color: globals.brightBlue,
|
||||
fontSize: 22
|
||||
}}
|
||||
|
||||
Vendored
-1
@@ -138,7 +138,6 @@ const Controls = (
|
||||
});
|
||||
|
||||
_.forEach(action.expressionData, (val, key) => {
|
||||
console.log("got one ", key);
|
||||
dimensionMap[key] = World.createVarDimensionsMap(
|
||||
world,
|
||||
worldVarDataCache,
|
||||
|
||||
Reference in New Issue
Block a user