Sha256: e7a835df7da44df85286c9bc5d4716ce369ccce924297499e61f9b45a6086f2d
Contents?: true
Size: 869 Bytes
Versions: 11
Compression:
Stored size: 869 Bytes
Contents
// Make room for narrow progress navigation bar that is displayed // during page transitions. body .widget_progress_navigation_bar_present .navigation_mobile { .menu.index { right: 20px; } &.active .menu.index { right: 200px; } .parent_page { right: 70px; } &.active .parent_page { right: 250px; } } // Progress navigation bar is not compatible with touch interfaces. // Use default mobile navigation instead. Since the mobile navigation // comes with its own parent page widget, hide the parent page box // which would otherwise also be displayed on iPad landscape. body.has_mobile_platform .widget_progress_navigation_bar_present, body.has_mobile_platform .widget_progress_navigation_bar_horizontal_present { .navigation_mobile, .navigation_mobile > * { display: block; } .parent_page_box { display: none; } }
Version data entries
11 entries across 11 versions & 1 rubygems