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

github.com/gethugothemes/dot-hugo-documentation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorsomrat-gyver <somrat.gyver@gmail.com>2020-07-05 06:49:50 +0300
committersomrat-gyver <somrat.gyver@gmail.com>2020-07-05 06:49:50 +0300
commita462ffb310f7cf0e4b0bafa565cd5a6d3cade3dc (patch)
tree08dd88022f12132db25da2852def2afb2cb1c2fb /assets
parent2156abdaece8ea905f2f917a57c492490a30bbb2 (diff)
modifed sidebar style
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 4311212..bac5382 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -719,6 +719,14 @@ tbody {
/* /single page */
/* side list */
+.sidebar{
+ background-color: var(--white-color);
+ position: sticky;
+ top: 50px;
+ margin-bottom: 30px;
+ padding: 40px 10px 20px 10px;
+}
+
.sidelist {
display: block;
}
@@ -865,12 +873,12 @@ code {
content: "\e6bc";
font-size: 25px;
height: 30px;
- width: 50px;
- background: #fff;
+ width: 40px;
+ background-color: var(--white-color);
color: inherit;
text-align: right;
z-index: 1;
- left: -15px;
+ left: -5px;
top: -3px;
}