Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/pages/_list.scss')
-rw-r--r--assets/sass/pages/_list.scss16
1 files changed, 9 insertions, 7 deletions
diff --git a/assets/sass/pages/_list.scss b/assets/sass/pages/_list.scss
index d8f4a5b..d132f00 100644
--- a/assets/sass/pages/_list.scss
+++ b/assets/sass/pages/_list.scss
@@ -5,11 +5,7 @@
@include flex-direction(column);
@include themify($themes) {
background-color: themed('body-background-color');
- }
-}
-#list-menu {
- @include themify($themes) {
&[data-dir="ltr"] {
border-right: 1px solid themed('border-line-color');
}
@@ -20,18 +16,24 @@
}
}
-#list-side {
+#list-menu {
+ position: relative;
+
@include themify($themes) {
&[data-dir="ltr"] {
- border-left: 1px solid themed('border-line-color');
+ border-right: 1px solid themed('border-line-color');
}
&[data-dir="rtl"] {
- border-right: 1px solid themed('border-line-color');
+ border-left: 1px solid themed('border-line-color');
}
}
}
+#list-side {
+ position: relative;
+}
+
.list-section {
&__item {
margin: auto;