Skip to content

Commit

Permalink
#593 issues (#605)
Browse files Browse the repository at this point in the history
* Fixed footer not displaying on mobile

* Fixed content page length

* Fixed upgrade button color

* Added multi-mining

* Fixed padding

* Fixed sidenav scroll bug

* Fixed table overflow

* Updated device info data, separated IP addresses

* Fixed table data alignment

* Updated helium info page to match new data badges

* Updated IP address to loop, made images static

* Updated filename

* Change for loop > for-of

* Updated thingsix address fields

---------

Co-authored-by: Aaron Shaw <shawaj@gmail.com>
  • Loading branch information
Louisreed and shawaj authored Jun 12, 2023
1 parent 6d9aad7 commit 40cbb94
Show file tree
Hide file tree
Showing 13 changed files with 203 additions and 33 deletions.
43 changes: 42 additions & 1 deletion hw_diag/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,45 @@ html[data-sidenav-size=sm-hover]:not([data-layout=topnav]) .wrapper .leftside-me
.nav-mobile-logo img {
margin-left: -54.02px; /* Minus navbar toggle button */
max-height: 20px;
}
}

/* --- Page length fix --- */

.content-page {
min-height: calc(100vh - 10px) !important;
}

html[data-sidenav-size=condensed]:not([data-layout=topnav]) .wrapper .content-page {
min-height: 100% !important;
}

/* --- Upgrade Page --- */

.dashboard-upsell--button {
color: #02A8F5 !important;
}

/* --- Tables --- */

table {
overflow-wrap: anywhere !important;
}

table td {
width: 100%;
}

@media (min-width: 768px) {
table td {
width: auto;
}
}

/* --- Badge --- */

.badge-light {
color: #212529;
background-color: #f8f9fa;
font-weight: 400;
}

22 changes: 22 additions & 0 deletions hw_diag/static/images/Nebra-Dashboard-Logo-White.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 40cbb94

Please sign in to comment.