Skip to content

Commit c242aa1

Browse files
author
markzegarelli
committed
add breakpoint [netlify-build]
1 parent 88ac49c commit c242aa1

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

src/_includes/content/destination-dossier.html

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,7 @@
2020
{% if page.cmode-override %}
2121
{% assign destinationInfo = site.data.catalog.overrides.items % | where: "slug", thisDestination | first %}
2222
{% endif %}
23-
<!-- <div class="quick-info">
24-
<h4>{{ destinationInfo.display_name }} quick info </h4>
25-
<p>{% if destMethods.size > 0 %}
26-
<strong>{{destinationInfo.display_name}}</strong> {% if destinationInfo.status == "PUBLIC_BETA" %} is in beta, and{% endif %} accepts {% for method in destMethods%}{% if destMethods.size == 1 %}{{method}} calls.{% else %}{% unless forloop.last == true %}{{method}}, {% endunless %}{% if forloop.last == true%}and {{method}} calls.{%endif%}{% endif %}{% endfor %} If you reference it in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a>, call it &ldquo;{{destinationInfo.previous_names | join: '", or "' }}&rdquo;.
27-
{% elsif destinationInfo.status == "PUBLIC_BETA" and destMethods.size == 0 %}
28-
<strong>{{ destinationInfo.display_name }}</strong> is in beta. If you reference it in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a>, call it &ldquo;{{destinationInfo.previous_names | join: '", or "' }}&rdquo;.
29-
{% elsif destinationInfo.status == "PUBLIC" and destMethods.size == 0 %}
30-
If you reference <strong>{{destinationInfo.display_name}}</strong> in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a>, call it &ldquo;{{destinationInfo.previous_names | join: '", or "' }}&rdquo;.
31-
{% endif %}
32-
{% if destinationInfo.replay %} {{ destinationInfo.display_name }} is eligible for <a href="/docs/guides/what-is-replay/">Replay</a>. {% endif %}</p>
33-
34-
{% unless destinationInfo.connection_modes.case == "0"%}
35-
36-
<p>
37-
{{ destinationInfo.display_name }} {{ destinationInfo.connection_modes.summary }} {% if destinationInfo.connection_modes.case == "mixed" %} {{destinationInfo.display_name}} accepts device-mode data from {% if destinationInfo.connection_modes.device.mobile and destinationInfo.connection_modes.device.web %} mobile and web{% elsif destinationInfo.connection_modes.device.mobile %} mobile{% elsif destinationInfo.connection_modes.device.web %} web{% endif %} sources.{% endif %} {% if destinationInfo.browserUnbundlingSupported %} You can change the {{destinationInfo.display_name}} connection mode for Analytics.js sources from the destination settings in the Segment web app.
38-
If you reference it in the <a href="/docs/guides/filtering-data/#filtering-with-the-integrations-object">Integrations object</a>, call it &ldquo;{{destinationInfo.previous_names | join: '", or "' }}&rdquo;.
39-
{% endif %}
40-
</p>
41-
{% endunless %}
4223

43-
</div> -->
4424

4525
<div class="quick-info">
4626
<h3>Quick Info</h3>

src/_sass/components/_quickinfo.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// }
1313

1414

15+
1516
.quick-info {
1617
float: right;
1718
border: 1px solid #eee;
@@ -22,6 +23,11 @@
2223
background-color: #FAFBFF;
2324
z-index: 1000;
2425

26+
@include breakpoint(small down) {
27+
max-width: 100%;
28+
float: none;
29+
}
30+
2531
table {
2632
th {
2733
font-size: 12px;

0 commit comments

Comments
 (0)