Skip to content

Commit

Permalink
web: allow full width in pc screen
Browse files Browse the repository at this point in the history
  • Loading branch information
hoang-rio committed Nov 26, 2024
1 parent 6d5e247 commit 6368a6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web_viewer/fe_src/src/App.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#root {
max-width: calc(100% - 1rem);
width: calc(100% - 1rem);
margin: 0 auto;
padding: 0.5rem;
overflow-x: hidden;
Expand Down
2 changes: 1 addition & 1 deletion web_viewer/fe_src/src/components/Summary.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.summary {
margin-bottom: 10px;
margin-bottom: 5px;
margin-left: -10px;
margin-right: -10px;
flex-wrap: wrap;
Expand Down
5 changes: 5 additions & 0 deletions web_viewer/fe_src/src/components/SystemInformation.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@
display: none;
}

.system-graph {
width: 1103px;
margin: auto;
}

@media screen and (max-width: 1200px) {
.inverter .arrows .x-arrow:nth-child(4) {
display: none;
Expand Down

0 comments on commit 6368a6f

Please sign in to comment.