Skip to content

Commit

Permalink
style: add margin and padding to elements in view dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharmyn28 committed Jan 19, 2021
1 parent f58431a commit 65ac1f4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/components/ControlBar/styles/Filter.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
border: none;
background-color: transparent;
padding: 0px 6px 0px 0px;
width: 32px;
height: 32px;
}

.searchButton:hover {
Expand Down
1 change: 1 addition & 0 deletions src/components/ItemGrid/styles/ViewItemGrid.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.gridContainer {
margin-top: 10px;
margin-bottom: 24px;
}
2 changes: 1 addition & 1 deletion src/components/TitleBar/TitleBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const TitleBar = ({ edit }) => {
<div
className="titlebar-wrapper"
style={{
padding: '13px 15px 5px 10px',
padding: '13px 15px 5px 6px',
}}
>
{edit ? (
Expand Down
2 changes: 1 addition & 1 deletion src/components/TitleBar/styles/ViewTitleBar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
.titleBar {
display: flex;
align-items: flex-start;
align-items: center;
}
.titleBarIcon {
margin-left: 5px;
Expand Down

0 comments on commit 65ac1f4

Please sign in to comment.