Skip to content

Commit

Permalink
modify nav-side size
Browse files Browse the repository at this point in the history
  • Loading branch information
JPSC-PDRC-KEIO committed Mar 22, 2020
1 parent 425ee84 commit b9eb433
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
15 changes: 8 additions & 7 deletions _static/my.css
Original file line number Diff line number Diff line change
Expand Up @@ -3462,7 +3462,7 @@ a .fa, a .wy-menu-vertical li span.toctree-expand, .wy-menu-vertical li a span.t
.wy-tray-container li.on {
opacity: 1;
height: 56px
}
}nav

@media screen and (max-width: 768px) {
.wy-tray-container {
Expand Down Expand Up @@ -5040,7 +5040,7 @@ html {
position: relative;
font-size:24px;
display: block;
width: 280px;
width: 300px; /* 280px */
padding-top: .05em;
margin-bottom: .809em;
z-index: 500;
Expand Down Expand Up @@ -5159,21 +5159,22 @@ html {
bottom: 0;
left: 0;
padding-bottom: 2em;
width: 279px;
width: 300px;
/* width: 279px; */
overflow-x: hidden;
overflow-y: hidden;
min-height: 100%;
color: #FFF;
background-image: url(../_static/_images/haikei_2.png);
background-repeat:repeat
background-repeat:repeat;
z-index: 200
}

.wy-side-scroll {
width: 300px;
position: static;
width: 300px + 20px;
position: static;
overflow-x: hidden;
overflow-y: scroll;
overflow-y: scroll;
height: 100%
}

Expand Down
5 changes: 2 additions & 3 deletions _templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{%- endif %}

{%- if language == "en" %}
{% set jpsc_title ='JPSC Codebook' %}
{% set jpsc_title ='JPSC code book' %}
{%- endif %}

{%- block extrahead %}
Expand All @@ -22,7 +22,7 @@
{%- endif %}
{% endblock %}

<div>

{% block sidebartitle %}

{% if logo and theme_logo_only %}
Expand Down Expand Up @@ -66,7 +66,6 @@


{% endblock %}
</div>

{% block mobile_nav %}
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
Expand Down
5 changes: 2 additions & 3 deletions locale/en/LC_MESSAGES/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: JPSC codebook 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-03-22 16:03+0900\n"
"PO-Revision-Date: 2020-03-22 19:53+0900\n"
"PO-Revision-Date: 2020-03-22 23:17+0900\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -70,14 +70,13 @@ msgstr "**Dealing with the data**:|emspace| :doc:`id_panel/sheetEX`"

#: ../../index.rst:43
msgid "コードブックの利用にあたって"
msgstr "Usage"
msgstr "Usage of this documentation"

#: ../../index.rst:44
msgid "**はじめに**:|emspace| :doc:`riyo`"
msgstr "**Getting started**:|emspace| :doc:`riyo`"

#: ../../index.rst:45
#, fuzzy
msgid "**データ、コードブックへの質問は**:|emspace| :doc:`contact`"
msgstr "**Getting help**:|emspace| :doc:`contact`"

Expand Down

0 comments on commit b9eb433

Please sign in to comment.