diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-05-10 19:06:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 19:06:07 -0400 |
commit | b50f5e1cf6364ce7bc21e225e59d2bc519aa93a9 (patch) | |
tree | e922585b94019f565a2276f0b70030b35414b285 /ext/info.html | |
parent | 7b14cb3ab0b4c6c0a50546fc87c473f8875440f8 (diff) |
Improve internal page overflow (#1660)
* Improve overflow of internal pages
* Improve wrapping of the Origin: example text
Diffstat (limited to 'ext/info.html')
-rw-r--r-- | ext/info.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/info.html b/ext/info.html index fa330046..5872dda4 100644 --- a/ext/info.html +++ b/ext/info.html @@ -18,6 +18,7 @@ <!-- Main content --> <div class="content-outer"><div class="content"> +<div class="content-left"></div> <div class="content-center"> <span tabindex="-1" id="content-scroll-focus"></span> @@ -55,6 +56,7 @@ <div class="footer-padding"></div> </div> +<div class="content-right"></div> </div></div> <!-- Scripts --> |