Skip to content

Commit

Permalink
Dock KopiaUI version number to bottom right
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoryeh committed Jun 27, 2024
1 parent ff8883c commit 8ca76b3
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,18 @@
<body id="kopia">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div id="appVersion" style="display: none">
<hr />
<p class="version-info">Version %REACT_APP_FULL_VERSION_INFO%</p>
<div id="appVersion"
style="display: none;
padding: 5px 5px 5px 10px;
margin: 0;
width: fit-content;
z-index: 1;
position: fixed; right: 0; bottom: 0;
border: solid 1px var(--background-color); border-radius: 5px 0px 0px 0px;
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
color: var(--color-text);
background-color: var(--background-color);">
<small class="version-info m-0 p-0">v%REACT_APP_FULL_VERSION_INFO%</small>
</div>
</body>

Expand Down

0 comments on commit 8ca76b3

Please sign in to comment.