mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework nav drawer
This commit is contained in:
parent
52f247c51a
commit
ff8014a721
66 changed files with 5861 additions and 6234 deletions
|
@ -21,9 +21,18 @@
|
|||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
:host:not([icon]) #titleIcon {
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
:host #titleIcon {
|
||||
margin-right: 1em;
|
||||
}
|
||||
</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>
|
||||
<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