aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Swage
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/Swage')
-rw-r--r--p/themes/Swage/icons/refresh.svg3
-rw-r--r--p/themes/Swage/swage.css4
-rw-r--r--p/themes/Swage/swage.scss5
3 files changed, 7 insertions, 5 deletions
diff --git a/p/themes/Swage/icons/refresh.svg b/p/themes/Swage/icons/refresh.svg
index 858a1f50f..1c211abf6 100644
--- a/p/themes/Swage/icons/refresh.svg
+++ b/p/themes/Swage/icons/refresh.svg
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg enable-background="new 0 0 16 16" version="1.1" viewBox="0 0 16 16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<style type="text/css">.st0{fill:#FFFFFF;}</style>
-<path class="st0" d="M13.5,2.4C12.1,1,10.1,0.1,8,0.1c-4.3,0-7.7,3.5-7.7,7.7s3.5,7.7,7.7,7.7c3.6,0,6.6-2.5,7.5-5.8h-2,c-0.8,2.3-2.9,3.9-5.5,3.9c-3.2,0-5.8-2.6-5.8-5.8S4.8,2.1,8,2.1c1.6,0,3,0.7,4.1,1.7L9,6.9h6.8V0.1L13.5,2.4z"/>
+<path class="st0" d="M13.5,2.4C12.1,1,10.1,0.1,8,0.1c-4.3,0-7.7,3.5-7.7,7.7s3.5,7.7,7.7,7.7c3.6,0,6.6-2.5,7.5-5.8h-2c-0.8,2.3-2.9,3.9-5.5,3.9c-3.2,0-5.8-2.6-5.8-5.8S4.8,2.1,8,2.1c1.6,0,3,0.7,4.1,1.7L9,6.9h6.8V0.1L13.5,2.4z"/>
</svg>
-
diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css
index 24a3ccbed..a861bca5c 100644
--- a/p/themes/Swage/swage.css
+++ b/p/themes/Swage/swage.css
@@ -904,7 +904,8 @@ padding: 12px;
#new-article {
width: 100%;
-bottom: initial;
+position: sticky;
+top: 0;
}
.header {
@@ -948,6 +949,7 @@ padding: 0;
}
.aside:target {
width: 78%;
+z-index: 1000;
}
.nav_menu {
diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss
index ecacba832..eb1dbc1ab 100644
--- a/p/themes/Swage/swage.scss
+++ b/p/themes/Swage/swage.scss
@@ -1002,10 +1002,10 @@ form {
.dropdown-header, .dropdown-menu > .item {
padding: 12px;
}
-
#new-article {
width: 100%;
- bottom: initial;
+ position: sticky;
+ top: 0;
}
.header {
display: table;
@@ -1045,6 +1045,7 @@ form {
}
&:target {
width: 78%;
+ z-index: 1000;
}
}
.nav_menu {