@internetarchive/ia-menu-slider
Advanced tools
Comparing version 0.1.5-alpha1 to 0.1.5-alpha2
{ | ||
"name": "@internetarchive/ia-menu-slider", | ||
"version": "0.1.5-alpha1", | ||
"version": "0.1.5-alpha2", | ||
"description": "Menu slider used in ia-topnav", | ||
@@ -5,0 +5,0 @@ "author": "ia-menu-slider", |
@@ -50,3 +50,3 @@ import { css } from 'lit-element'; | ||
.with-secondary-action header .details { | ||
header.with-secondary-action .details { | ||
width: 80%; | ||
@@ -65,4 +65,4 @@ } | ||
border: 0; | ||
width: var(--headerIconHeight); | ||
height: var(--headerIconHeight); | ||
--iconWidth: var(--menuSliderHeaderIconWidth); | ||
--iconHeight: var(--menuSliderHeaderIconHeight); | ||
} | ||
@@ -76,4 +76,2 @@ | ||
right: .5rem; | ||
--iconWidth: var(--headerIconWidth); | ||
--iconHeight: var(--headerIconHeight); | ||
} | ||
@@ -115,3 +113,2 @@ | ||
.content .selected-menu { | ||
margin: 0.8rem 0px 0px; | ||
padding-bottom: 3rem; | ||
@@ -121,4 +118,5 @@ overflow: auto; | ||
width: 98%; | ||
height: 90%; | ||
bottom: 0; | ||
top: 40px; | ||
} | ||
`; |
Sorry, the diff of this file is not supported yet
65171
764