tocsection css burger svg (#15414)
This commit is contained in:
parent
b3f2187a17
commit
9e1329fd61
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd9e24369b9f53fc86df00342e3f7a99c61dfb6118c70a8147a8d82b81e81882
|
||||
size 199
|
||||
oid sha256:7ffe08ea88ae65f5f134b40dd1bd76ae5add866495133aef92b10c278e8f15e9
|
||||
size 552
|
||||
|
|
|
|||
|
|
@ -202,16 +202,12 @@ blockquote p {
|
|||
padding: 0 .8rem;
|
||||
}
|
||||
|
||||
@media (max-width: 1300px) {
|
||||
@media (max-width: 1072px) {
|
||||
#navbar-collapsible {
|
||||
max-width: 100%;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
padding-left:1rem;
|
||||
}
|
||||
|
||||
#navbar-collapsible.show {
|
||||
display: block !important;
|
||||
}
|
||||
|
|
@ -397,6 +393,22 @@ html .tab-set > label:hover {
|
|||
content:none;
|
||||
}
|
||||
|
||||
/*TOC Section - On this page - Override */
|
||||
|
||||
@media (min-width: 1072px) {
|
||||
.d-xl-block {
|
||||
display: block!important;
|
||||
}
|
||||
.col-xl-2 {
|
||||
flex: 0 0 16.66667%!important;
|
||||
max-width: 16.66667%!important;
|
||||
}
|
||||
.col-xl-7 {
|
||||
flex: 0 0 58.33333%!important;
|
||||
max-width: 58.33333%!important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Download button */
|
||||
|
||||
.download-docs {
|
||||
|
|
|
|||
Loading…
Reference in New Issue