mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 15:26:17 -04:00
add version number to about page
This commit is contained in:
parent
b106d90b64
commit
4433e1c58f
4 changed files with 26 additions and 2 deletions
|
@ -276,7 +276,10 @@
|
|||
<svg class="icon logo">
|
||||
<use xlink:href="#wifi-tethering" />
|
||||
</svg>
|
||||
<h1>PairDrop</h1>
|
||||
<div class="title-wrapper">
|
||||
<h1>PairDrop</h1>
|
||||
<div class="font-subheading">v1.7.2</div>
|
||||
</div>
|
||||
<div class="font-subheading">The easiest way to transfer files across devices</div>
|
||||
<div class="row">
|
||||
<a class="icon-button" target="_blank" href="https://github.com/schlagmichdoch/pairdrop" title="PairDrop on Github" rel="noreferrer">
|
||||
|
|
|
@ -1142,6 +1142,15 @@ button::-moz-focus-inner {
|
|||
--icon-size: 96px;
|
||||
}
|
||||
|
||||
#about .title-wrapper {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
#about .title-wrapper > div {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
#about x-background {
|
||||
position: absolute;
|
||||
--size: max(max(230vw, 230vh), calc(150vh + 150vw));
|
||||
|
|
|
@ -279,7 +279,10 @@
|
|||
<svg class="icon logo">
|
||||
<use xlink:href="#wifi-tethering" />
|
||||
</svg>
|
||||
<h1>PairDrop</h1>
|
||||
<div class="title-wrapper">
|
||||
<h1>PairDrop</h1>
|
||||
<div class="font-subheading">v1.7.2</div>
|
||||
</div>
|
||||
<div class="font-subheading">The easiest way to transfer files across devices</div>
|
||||
<div class="row">
|
||||
<a class="icon-button" target="_blank" href="https://github.com/schlagmichdoch/pairdrop" title="PairDrop on Github" rel="noreferrer">
|
||||
|
|
|
@ -1168,6 +1168,15 @@ button::-moz-focus-inner {
|
|||
--icon-size: 96px;
|
||||
}
|
||||
|
||||
#about .title-wrapper {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
#about .title-wrapper > div {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
#about x-background {
|
||||
position: absolute;
|
||||
--size: max(max(230vw, 230vh), calc(150vh + 150vw));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue