Sfoglia il codice sorgente

book: hide left/right navigation buttons

x 2 anni fa
parent
commit
b314daafc3
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      doc/theme/css/chrome.css

+ 3 - 1
doc/theme/css/chrome.css

@@ -127,6 +127,8 @@ a > .hljs {
 /* Nav Icons */
 
 .nav-chapters {
+    display: none;
+
     font-size: 2.5em;
     text-align: center;
     text-decoration: none;
@@ -138,7 +140,7 @@ a > .hljs {
     max-width: 150px;
     min-width: 90px;
 
-    display: flex;
+    /* display: flex; */
     justify-content: center;
     align-content: center;
     flex-direction: column;