@include smaller-than($m) {
.breadcrumbs .text-button, .action-buttons .text-button {
- padding: $-s $-xs;
+ padding: $-xs $-xs;
}
.action-buttons .dropdown-container:last-child a {
padding-left: $-xs;
.breadcrumbs .text-button {
font-size: 0;
}
+ .breadcrumbs .text-button svg {
+ font-size: $fs-m;
+ }
.breadcrumbs a i {
font-size: $fs-m;
padding-right: 0;
.breadcrumbs span.sep {
padding: 0 $-xxs;
}
+ .toolbar .col-xs-1:first-child {
+ padding-right: 0;
+ }
}
.nav-tabs {
}
}
+@include smaller-than($s) {
+ .page-list h4 {
+ font-size: 1.333em;
+ }
+}
+
.sidebar-page-nav {
$nav-indent: $-s;
list-style: none;
margin-bottom: 0.66em;
}
+@include smaller-than($s) {
+ h1 {
+ font-size: 2.8275em;
+ }
+ h2 {
+ font-size: 2.333em;
+ }
+ h3 {
+ font-size: 1.666em;
+ }
+ h4 {
+ font-size: 1.333em;
+ }
+ h5 {
+ font-size: 1.161616em;
+ }
+}
+
/*
* Link styling
*/
}
.break-text {
- white-space: pre-wrap;
word-wrap: break-word;
+ overflow-wrap: break-word;
}
/**
@section('body')
- <div class="container small">
- <h1>{{$book->name}}</h1>
+ <div class="container small nopad">
+ <h1 class="break-text" v-pre>{{$book->name}}</h1>
<div class="book-content" v-show="!searching">
<p class="text-muted" v-pre>{!! nl2br(e($book->description)) !!}</p>
@if(count($bookChildren) > 0)
@section('body')
- <div class="container small">
- <h1 v-pre>{{ $chapter->name }}</h1>
+ <div class="container small nopad">
+ <h1 class="break-text" v-pre>{{ $chapter->name }}</h1>
<div class="chapter-content" v-show="!searching">
<p v-pre class="text-muted break-text">{!! nl2br(e($chapter->description)) !!}</p>
<div ng-non-bindable>
- <h1 id="bkmrk-page-title">{{$page->name}}</h1>
+ <h1 class="break-text" v-pre id="bkmrk-page-title">{{$page->name}}</h1>
<div style="clear:left;"></div>