Sha256: 2561ec7eb4e515624b370996f9371bfeea5c4a786dcebbd59d543d9c1dc4ff01

Contents?: true

Size: 1.29 KB

Versions: 31

Compression:

Stored size: 1.29 KB

Contents

<div
  data-controller="device-detector"
  data-action="resize@window->device-detector#resized"
  class="position-fixed top-0 right-0 z-index-2050 pointer-event-none">
  <div class="background-pink-t3 pr-1">
    <button class="pointer-event-auto btn btn-sm" data-action="device-detector#toggleHelp">
      {{ site.i18n.device_detector.get_help }}
    </button>
    <button class="pointer-event-auto btn btn-sm" data-action="device-detector#outline">
      {{ site.i18n.device_detector.outline }}
    </button>
    <span data-device-detector-target="clientName"></span>
    {{- -}}&nbsp;{{- -}}
    <span data-device-detector-target="clientVersion"></span>
    {{- -}}&nbsp;{{- -}}
    (<span data-device-detector-target="deviceType"></span>)
    {{- -}}&nbsp;{{- -}}
    <span data-device-detector-target="osName"></span>
    {{- -}}&nbsp;{{- -}}
    <span data-device-detector-target="osVersion"></span>
    {{- -}}&nbsp;{{- -}}
    <span data-device-detector-target="viewportWidth"></span>
    x <span data-device-detector-target="viewportHeight"></span>
    x <span data-device-detector-target="devicePixelRatio"></span>
  </div>

  <div data-device-detector-target="help" hidden class="background-pink content">
    {{ site.i18n.device_detector.help | allow_inclusive_language_in_markdown | markdownify }}
  </div>
</div>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
compost-jekyll-theme-0.3.8 _includes/device_detector.html
compost-jekyll-theme-0.3.7 _includes/device_detector.html
compost-jekyll-theme-0.3.6 _includes/device_detector.html
compost-jekyll-theme-0.3.5 _includes/device_detector.html
compost-jekyll-theme-0.3.4 _includes/device_detector.html
compost-jekyll-theme-0.3.3 _includes/device_detector.html
compost-jekyll-theme-0.3.2 _includes/device_detector.html
compost-jekyll-theme-0.3.1 _includes/device_detector.html
compost-jekyll-theme-0.3.0 _includes/device_detector.html
compost-jekyll-theme-0.2.3 _includes/device_detector.html
compost-jekyll-theme-0.2.2 _includes/device_detector.html
compost-jekyll-theme-0.2.1 _includes/device_detector.html
compost-jekyll-theme-0.1.18 _includes/device_detector.html
compost-jekyll-theme-0.1.17 _includes/device_detector.html
compost-jekyll-theme-0.1.16 _includes/device_detector.html
compost-jekyll-theme-0.1.15 _includes/device_detector.html
compost-jekyll-theme-0.1.14 _includes/device_detector.html
compost-jekyll-theme-0.1.13 _includes/device_detector.html
compost-jekyll-theme-0.1.12 _includes/device_detector.html
compost-jekyll-theme-0.1.11 _includes/device_detector.html