mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 18:36:35 +00:00
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:
parent
9d3b5c9d9b
commit
2cf508e0b0
@ -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>
|
||||
|
@ -17,8 +17,6 @@
|
||||
position: relative;
|
||||
font-size: 0px;
|
||||
border-radius: 2px;
|
||||
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.banner {
|
||||
|
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user