Skip to content

Commit

Permalink
fix(css): small fine tune
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Moreno committed Jan 11, 2024
1 parent 2b5c820 commit 06e19b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<h1>Upss something went wrong :(</h1>
<h2>It seems your browser has Javascript disabled, enable it and reload please</h2>
</noscript>
<div id="app" style="height: 100%;"></div>
<div id="app" style="height: 100vh;"></div>

<script src="./bundle.js"></script>
</body>
Expand Down
7 changes: 4 additions & 3 deletions src/components/toolBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ const ToolBarContainer = Styled.div`

const AddWrapper = Styled.div`
margin-left: auto;
padding-top: 9px;
padding-right: 25px;
padding-left: 15px;
border-radius: 50%;
background: #E1BBCA;
height: 50px;
width: 50px;
& > a > svg {
padding-top: 9px;
padding-left: 15px;
}
`;

const SearchWrapper = Styled.div`
Expand Down

0 comments on commit 06e19b7

Please sign in to comment.