We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be81258 commit 8f6cfd5Copy full SHA for 8f6cfd5
_layouts/default-layout.html
@@ -7,17 +7,8 @@
7
.DWT17Note {position: relative; padding: 15px 20px 15px 20px;background: #e5f5ff;border: 1px solid #c7dbe8;color: #4788b3;margin-bottom: 20px;}
8
.DWT17Note i { position: absolute; right: 10px; top: 8px; font-size: 20px; cursor: pointer; }
9
.rightSideMenu.hasNote { padding-top: 168px; }
10
- @media (min-width: 1200px) and (max-width: 1679.98px) {
11
- /* .col-md-3 {
12
- width: 21%;
13
- }
14
- .col-md-9 {
15
- width: 79%;
16
17
- .markdown-body {
18
- width: calc(100% - 212px);
19
- } */
20
+ .docContainer, .sideBar, .history { visibility: visible; }
+ #fullTreeMenuListContainer li.expandListStyle > ul { display: block; }
21
</style>
22
23
<body>
0 commit comments