Nicer search, minor fixes.
[wolnelektury.git] / src / wolnelektury / static / scss / book_text / box.scss
index 7a04234..4b2211d 100644 (file)
@@ -11,8 +11,9 @@ the hidden boxes (TOC and Themes).
     top: 0;
     right: 0;
 
+    box-sizing: border-box;
     max-height: 100%;
-    @include size(max-width, 380px);
+    @include size(max-width, 400px);
     @include size(padding, 10px 10px 30px 10px);
     margin: 0;
     overflow-x: hidden;