You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2020/10/24 13:09:14 UTC

[lucenenet] 02/03: apidocs: Corrected viewport width for Fork me on GitHub

This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit bc634f8d60a17b5e24c22b932436acfb6734b0b2
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Sat Oct 24 16:53:10 2020 +0700

    apidocs: Corrected viewport width for Fork me on GitHub
---
 websites/apidocs/Templates/LuceneTemplateAssets/styles/main.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/websites/apidocs/Templates/LuceneTemplateAssets/styles/main.css b/websites/apidocs/Templates/LuceneTemplateAssets/styles/main.css
index afe27ac..f9691a6 100644
--- a/websites/apidocs/Templates/LuceneTemplateAssets/styles/main.css
+++ b/websites/apidocs/Templates/LuceneTemplateAssets/styles/main.css
@@ -136,7 +136,7 @@ body .toc {
   bottom: 1px;
   top: auto;
 }
-@media screen and (min-width: 800px) {
+@media screen and (min-width: 768px) {
   #forkongithub {
     position: fixed;
     display: block;