mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-05 17:33:49 +00:00
add version number to about page
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user