Skip to content

Commit

Permalink
Merge pull request #639 from CityOfZion/CU-8678fqmj7
Browse files Browse the repository at this point in the history
CU-8678fqmj7 - Monitor: Design fixes (Desktop/Mobile)
  • Loading branch information
raulduartep authored Aug 2, 2023
2 parents 1e1c4a7 + 1ac2c09 commit 72dc038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/components/panel/InformationPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
display: flex;
align-items: center;
justify-content: center;
height: 100%;
padding-bottom: 15px;

h1 {
letter-spacing: -1.27px;
Expand Down
6 changes: 2 additions & 4 deletions src/pages/monitor/Monitor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
}

.data-list-column {
padding: 0px 24px;
padding: 4px 24px;
font-weight: 300;
display: flex;
align-items: center;
Expand Down Expand Up @@ -317,9 +317,7 @@
}

.network-status-toggle {
padding-top: 13px;
padding-bottom: 17px;
padding-right: 17px;
padding: 13px 17px 17px 11px;
display: flex;
flex-direction: row;
justify-content: space-between;
Expand Down

0 comments on commit 72dc038

Please sign in to comment.