diff --git a/viewer/web/index.html b/viewer/web/index.html index 584a390..e18c6eb 100644 --- a/viewer/web/index.html +++ b/viewer/web/index.html @@ -17,34 +17,34 @@ - -
+ +

💾 FSK-EEM Data Viewer

@@ -65,7 +65,8 @@

File Management

- The timestamp at the beginning of the record's filename is important. Do NOT change it. + The timestamp at the beginning of the record's filename is important. + Do NOT change it.
@@ -143,9 +144,10 @@

Clock synchronization

Delete records

- Delete all log files stored in the device storage.
- Disconnect and re-connect the device to see the changes.
- This operation cannot be undone. + Delete all log files stored in the device storage.
+ Disconnect and re-connect the device to + see the changes.
+ This operation cannot be undone.
diff --git a/viewer/web/style.css b/viewer/web/style.css index 1e81a94..4b19c4a 100644 --- a/viewer/web/style.css +++ b/viewer/web/style.css @@ -15,7 +15,6 @@ body { .root-container { display: flex; - margin-left: 80px; } h1 { @@ -33,6 +32,7 @@ a { } div.container { + margin-left: 80px; display: flex; padding: 1rem; flex-direction: column; @@ -103,7 +103,6 @@ input::-webkit-inner-spin-button { * sidebar configurations *******************************************************************************/ .sidebar-navigation { - position: fixed; min-width: 80px; min-height: 100vh; background-color: #313443;