Skip to content

Commit

Permalink
improve: mobile view sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
luftaquila committed Nov 11, 2024
1 parent 21e714e commit c6d1c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<span class="tooltip">Device configuration</span>
</li>
</ul>
<ul style="position: fixed; bottom: 0;">
<ul style="position: absolute; bottom: 0;">
<li style="height: 30px; padding: 25px 0px;">
<a href="https://dnf.luftaquila.io/c/analytics" target="_blank">
<img src="assets/dnf.svg" alt="DNF SVG" style="width: 30px;" />
Expand Down
1 change: 1 addition & 0 deletions viewer/web/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ input::-webkit-inner-spin-button {
position: fixed;
min-width: 80px;
min-height: 100vh;
height: 100%;
background-color: #313443;
z-index: 99999;
}
Expand Down

0 comments on commit c6d1c71

Please sign in to comment.