Skip to content

Commit 484f928

Browse files
neyser zananeyser zana
authored andcommitted
adding a bit of styling for logo
2 parents e16aa22 + ddd0142 commit 484f928

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed
14.2 KB
Loading

build/webpack-bundle.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/webpack-bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ h2{
5050

5151
#logo{
5252
width: 50px;
53-
height: 50px;
53+
height: 80px;
5454
}
5555

5656
#treeWrapper{

public/assets/logo.png

-431 KB
Binary file not shown.

public/graphql.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#graphql-container {
2-
width: 75%;
3-
margin-left: 20px;
2+
margin-right: 0px;
43
min-height: 600px;
54
}
65

public/log-container.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#log-container{
22
padding: 10px;
3-
/* width: 250px; */
3+
width: 300px;
44
max-height: 700px;
55
height: 700px;
6+
margin-right: 40px;
67
}
78

89
#log-header{

src/devtools.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,15 +196,15 @@ class App extends Component {
196196
<div>
197197
{this.state.appState.length === 0 ?
198198
<div id='devToolsLoader'>
199-
<img src='./../public/assets/logo-card.png' alt='devtool logo card' />
199+
<img src='./lucidlogo-card-transparent.png' alt='devtool logo' />
200200
<h1>Please trigger a setState() to activate Lucid devtool.<br /></h1>
201201
<p>Lucid works best on apps using React v16+ in development mode</p>
202202
</div>
203203
:
204204
<div id='app-container'>
205205
<div id='window'>
206206
<div id='window-nav'>
207-
<img id='logo' src='./logo.png' alt='devtool logo' />
207+
<img id='logo' src='./lucidlogo-card-transparent.png' alt='devtool logo' />
208208
<button className='window-btn active' id='graphqlbtn' data-btn='Graphql' onClick={(e) => { this.handleWindowChange(e.target); }}>GraphQL</button>
209209
<button className='window-btn' id='reactbtn' data-btn='React' onClick={(e) => { this.handleWindowChange(e.target); }}>Component Tree</button>
210210
</div>

0 commit comments

Comments
 (0)