Skip to content

Commit

Permalink
web: format css + update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hoang-rio committed Nov 26, 2024
1 parent bd0773f commit 7a53a21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A python script allow watch Luxpower SNA inverter in realtime
## Notification app
You can implement notification app for Android/iOS by your self and push Firebase Device ID to devices.json file to get notification when grid connect state change.

I also developed an app for Android. If you need it feel free to contact me
I also developed an app for Android/iOS. If you need it feel free to contact me

## Webviewer
You can see LuxPower realtime webviewer in http://locahost:88 (This url can be change by modify variable in `.env` file) like image bellow. This webview is under development
Expand Down
4 changes: 2 additions & 2 deletions web_viewer/fe_src/src/components/SystemInformation.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
font-size: 16px;
}

.y-arrow + .y-arrow {
.y-arrow+.y-arrow {
margin-top: -8px;
}
}
Expand Down Expand Up @@ -377,7 +377,7 @@
font-size: 14px;
}

.y-arrow + .y-arrow {
.y-arrow+.y-arrow {
margin-top: -6px;
}
}
Expand Down

0 comments on commit 7a53a21

Please sign in to comment.