tocsection css burger svg (#15414)

This commit is contained in:
Sebastian Golebiewski 2023-02-01 19:48:01 +01:00 committed by GitHub
parent b3f2187a17
commit 9e1329fd61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 7 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd9e24369b9f53fc86df00342e3f7a99c61dfb6118c70a8147a8d82b81e81882
size 199
oid sha256:7ffe08ea88ae65f5f134b40dd1bd76ae5add866495133aef92b10c278e8f15e9
size 552

View File

@ -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 {