@digital-realty/ix-drawer
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -30,2 +30,3 @@ import { __decorate } from "tslib"; | ||
<div class="drawer-header"> | ||
<slot name="header"></slot> | ||
<div class="drawer-header__hide-btn"> | ||
@@ -32,0 +33,0 @@ ${this.renderHideButton()} |
@@ -25,3 +25,3 @@ import { css } from 'lit'; | ||
} | ||
@media screen and (min-width: 768px) { | ||
@media screen and (min-width: 1024px) { | ||
.drawer { | ||
@@ -54,3 +54,3 @@ width: 45%; | ||
.drawer-body { | ||
height: 100%; | ||
height: 95%; | ||
overflow: auto; | ||
@@ -57,0 +57,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"author": "interxion", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"type": "module", | ||
@@ -105,3 +105,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "ea7982253f0455f299de9875ecb1d60c2780cc6f" | ||
"gitHead": "7885e9b97728dcce05cb20be90ef5338f6c76f19" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16999
139