mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-05-25 21:34:42 +00:00
fix position of close btn on about page
This commit is contained in:
+7
-7
@@ -242,14 +242,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- About Page -->
|
<!-- About Page -->
|
||||||
<x-about id="about" class="full center column">
|
<x-about id="about" class="full center column">
|
||||||
|
<header class="row-reverse fade-in">
|
||||||
|
<a href="#" class="close icon-button">
|
||||||
|
<svg class="icon">
|
||||||
|
<use xlink:href="#close-icon" />
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
</header>
|
||||||
<section class="center column fade-in">
|
<section class="center column fade-in">
|
||||||
<header class="row-reverse">
|
|
||||||
<a href="#" class="close icon-button">
|
|
||||||
<svg class="icon">
|
|
||||||
<use xlink:href="#close-icon" />
|
|
||||||
</svg>
|
|
||||||
</a>
|
|
||||||
</header>
|
|
||||||
<svg class="icon logo">
|
<svg class="icon logo">
|
||||||
<use xlink:href="#wifi-tethering" />
|
<use xlink:href="#wifi-tethering" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
@@ -939,6 +939,13 @@ button::-moz-focus-inner {
|
|||||||
margin: 8px 8px -16px;
|
margin: 8px 8px -16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#about section {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#about header {
|
||||||
|
align-self: end;
|
||||||
|
}
|
||||||
|
|
||||||
/* Loading Indicator */
|
/* Loading Indicator */
|
||||||
|
|
||||||
|
|||||||
@@ -965,6 +965,13 @@ button::-moz-focus-inner {
|
|||||||
margin: 8px 8px -16px;
|
margin: 8px 8px -16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#about section {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#about header {
|
||||||
|
align-self: end;
|
||||||
|
}
|
||||||
|
|
||||||
/* Loading Indicator */
|
/* Loading Indicator */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user