summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/scss/_fuji-style/_sidebar.scss2
-rw-r--r--i18n/en.toml2
-rw-r--r--i18n/pt-pt.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/assets/scss/_fuji-style/_sidebar.scss b/assets/scss/_fuji-style/_sidebar.scss
index e913d95..1b8ae12 100644
--- a/assets/scss/_fuji-style/_sidebar.scss
+++ b/assets/scss/_fuji-style/_sidebar.scss
@@ -81,7 +81,7 @@
top: 1rem;
#TableOfContents {
- max-height: 32rem;
+ max-height: 80vh;
overflow: auto;
scrollbar-width: thin;
}
diff --git a/i18n/en.toml b/i18n/en.toml
index b2fe862..5105e41 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -1,5 +1,5 @@
[sidebarToc]
- other = "TOC"
+ other = "Table of Contents"
[sidebarPages]
other = "Pages"
diff --git a/i18n/pt-pt.toml b/i18n/pt-pt.toml
index 0eee83a..8e7a893 100644
--- a/i18n/pt-pt.toml
+++ b/i18n/pt-pt.toml
@@ -1,5 +1,5 @@
[sidebarToc]
- other = "TOC"
+ other = "Table of Contents"
[sidebarPages]
other = "Paginas"