Some little tweaks (old browsers / iOS 9) (#1086)

* fix config panel flex

* fix media player card not shwwing picture

* prevent toggle being compressed / pushed away
This commit is contained in:
NovapaX 2018-04-14 03:16:51 +02:00 committed by Paulus Schoutsen
parent 9d3b5c9d9b
commit 2cf508e0b0
3 changed files with 3 additions and 4 deletions

View File

@ -58,8 +58,8 @@
<div class='intro'>
<slot name="introduction"></slot>
</div>
<div class='flex panel'>
<slot>
<div class='panel flex-auto'>
<slot></slot>
</div>
</div>
</div>

View File

@ -17,8 +17,6 @@
position: relative;
font-size: 0px;
border-radius: 2px;
overflow: hidden;
}
.banner {

View File

@ -7,6 +7,7 @@
<style>
:host {
white-space: nowrap;
min-width: 38px;
}
paper-icon-button {
color: var(--paper-icon-button-inactive-color, var(--primary-text-color));