Skip to content

Commit f40fabb

Browse files
webinar plug
1 parent 321719b commit f40fabb

File tree

7 files changed

+24
-10
lines changed

7 files changed

+24
-10
lines changed

_includes/layouts/reference-side-nav.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,4 +342,8 @@
342342
</a></span>
343343
</button>
344344
</div>
345+
346+
347+
{% include layouts/webinar_plug.html %}
348+
345349
</aside>

_includes/layouts/side-bar.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,4 +589,7 @@
589589
</nav>
590590
</details>
591591
</div>
592+
593+
{% include layouts/webinar_plug.html %}
594+
592595
</aside>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
<a href="https://go.plotly.com/dashboard-engine?utm_source=Webinar%3A+Dashboard+Engine&utm_medium=dash_docs&utm_content=sidebar" target="_blank">
3+
<img src="https://images.prismic.io/plotly-marketing-website/180b201e-929e-4429-827f-934313867b36_dashboard_engine.jpg?auto=compress,format"
4+
style="width: 200px; height: 200px; position: fixed; bottom: 10px; left: 50px">
5+
</a>

_layouts/base.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
<ul class="--sidebar-list"></ul>
3737
</nav>
3838
</div>
39+
{% include layouts/webinar_plug.html %}
40+
3941
</aside>
4042
<!-- Main-->
4143
<section class="--page-body --tutorial-index --base">

all_static/css/main.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,8 +1672,8 @@ aside.\--sidebar-container {
16721672
aside.\--sidebar-container .\--sidebar-fixed {
16731673
width: 279px;
16741674
z-index: 99;
1675-
max-height: -webkit-calc(100vh - 128px);
1676-
max-height: calc(100vh - 128px);
1675+
max-height: -webkit-calc(100vh - 250px);
1676+
max-height: calc(100vh - 250px);
16771677
overflow-y: auto;
16781678
scrollbar-color: #20293d !important;
16791679
overflow-x: hidden;
@@ -1699,7 +1699,7 @@ aside.\--sidebar-container {
16991699
aside.\--sidebar-container .\--sidebar-body ul li {
17001700
/* font-size: 1.2rem; */
17011701
font-weight: bold;
1702-
color: #A0AABA;
1702+
color: #A0AABA;
17031703
}
17041704
aside.\--sidebar-container .\--sidebar-body ul li.\--category-title {
17051705
background: #0e1012;
@@ -9628,9 +9628,9 @@ section > .nav-breadcrumb-container {
96289628
padding-right: 5px;
96299629
padding-left: 5px;
96309630
align-items: center;
9631-
white-space: nowrap;
9631+
white-space: nowrap;
96329632
overflow: hidden;
9633-
text-overflow: ellipsis;
9633+
text-overflow: ellipsis;
96349634
}
96359635

96369636
.breadcrumb-nav a:hover{
@@ -9732,13 +9732,13 @@ section > .nav-breadcrumb-container {
97329732
}
97339733

97349734
.gg-mega {
9735-
font-size: 48px;
9735+
font-size: 48px;
97369736
}
97379737

97389738
.gg-big {
9739-
font-size: 36px;
9739+
font-size: 36px;
97409740
}
97419741

97429742
.gg-sub {
9743-
font-size: 24px;
9743+
font-size: 24px;
97449744
}

scss/_components/_sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ aside {
6060
.\--sidebar-fixed {
6161
width: 219px;
6262
z-index: 99;
63-
max-height: calc(100vh - 128px);
63+
max-height: calc(100vh - 250px);
6464
overflow-y: auto;
6565
overflow-x: hidden;
6666
&.affix {

scss/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)