add help text
This commit is contained in:
parent
e6aeced26f
commit
c96edef27f
4 changed files with 46 additions and 26 deletions
|
@ -23,16 +23,22 @@
|
|||
}
|
||||
|
||||
:host:not([icon]) #titleIcon {
|
||||
display: none!important;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
:host #titleIcon {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
:host #expandButton {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
<div>
|
||||
<paper-button on-tap="toggleExpand" id="expandButton" class="emby-collapsible-button" style="margin:0;display: flex; align-items: center;">
|
||||
<iron-icon id="titleIcon" icon="[[icon]]"></iron-icon>
|
||||
<paper-button on-tap="toggleExpand" id="expandButton" class="emby-collapsible-button">
|
||||
<iron-icon id="titleIcon" icon="[[icon]]" style="[[iconstyle]]"></iron-icon>
|
||||
<h3 class="emby-collapsible-title" title="[[title]]">[[title]]</h3>
|
||||
<iron-icon id="expandIcon" style="margin-left: auto; margin-right: .5em;"></iron-icon>
|
||||
</paper-button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue