mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-24 04:08:04 -08:00
Add Version Number
This commit is contained in:
@@ -193,6 +193,10 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<a href="https://github.com/leoherzog/TorrentParts/releases" target="_blank">v0.0.1</a>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<script src="bundle.min.js"></script>
|
<script src="bundle.min.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
14
style.css
14
style.css
@@ -117,6 +117,20 @@ header > * {
|
|||||||
margin: 0 24px;
|
margin: 0 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 4px;
|
||||||
|
right: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer > a {
|
||||||
|
color: var(--grey);
|
||||||
|
opacity: 0.6;
|
||||||
|
font-size: 10px;
|
||||||
|
text-transform: none;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
#startButtons {
|
#startButtons {
|
||||||
height: 80px;
|
height: 80px;
|
||||||
max-width: 960px;
|
max-width: 960px;
|
||||||
|
|||||||
Reference in New Issue
Block a user