UNPKG
gitbook-plugin-theme-bandwidth
Version:
alpha (1.9.0)
latest (1.9.16)
1.9.16
1.9.15
1.9.14
1.9.13
1.9.12
1.9.11
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.1
1.8.0
1.7.15
1.7.14
1.7.13
1.7.12
1.7.12-0
1.7.11
1.7.10
1.7.10-0
1.7.9-0
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.13
1.6.12
1.6.11
1.6.10
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
Bandwidth Theme for GitBook
github.com/Bandwidth/docs-theme
Bandwidth/docs-theme
gitbook-plugin-theme-bandwidth
/
src
/
less
/
website
/
comments.less
17 lines
(14 loc)
•
348 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@comments-icon-margin:
20px
;
.book
.book-body
.page-wrapper
{
.page-inner
{
.comments-section
{
max-width
:
calc
(
~"100% -"
2
*
@comments-icon-margin
);
.comments-area
{
z-index
:
1
; } } }
&
.comments-open-from-definition
.page-inner
{
left
:
0px
!important
; } }