3.2.36.13
This commit is contained in:
parent
a353ee8a9f
commit
6ee217dff4
105 changed files with 665 additions and 455 deletions
|
@ -12,7 +12,7 @@
|
|||
<div class="nowPlayingPageImageContainer"></div>
|
||||
<div class="nowPlayingInfoControls">
|
||||
|
||||
<h1 class="nowPlayingPageTitle"></h1>
|
||||
<h2 class="nowPlayingPageTitle"></h2>
|
||||
|
||||
<div class="sliderContainer nowPlayingPositionSliderContainer">
|
||||
<input type="range" is="emby-slider" pin step="1" min="0" max="100" value="0" class="nowPlayingPositionSlider" />
|
||||
|
@ -136,7 +136,7 @@
|
|||
</div>
|
||||
<div class="hide">
|
||||
<div class="sendMessageSection">
|
||||
<br /><h1>${HeaderSendMessage}</h1>
|
||||
<br /><h2>${HeaderSendMessage}</h2>
|
||||
<div style="text-align: left;">
|
||||
<form class="sendMessageForm">
|
||||
<div class="inputContainer">
|
||||
|
@ -153,7 +153,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="sendTextSection">
|
||||
<br /><h1>${HeaderTypeText}</h1>
|
||||
<br /><h2>${HeaderTypeText}</h2>
|
||||
<div style="text-align: left;">
|
||||
<form class="typeTextForm">
|
||||
<div class="inputContainer">
|
||||
|
@ -170,7 +170,7 @@
|
|||
<br />
|
||||
<div class="playlistSection hide">
|
||||
<div style="display: flex; align-items: center;margin:2em 0 1em">
|
||||
<h1 style="margin:0;">${TabPlaylist}</h1>
|
||||
<h2 style="margin:0;">${TabPlaylist}</h2>
|
||||
<button is="paper-icon-button-light" class="btnSavePlaylist" title="${ButtonSave}" style="margin-left:1em;">
|
||||
<i class="md-icon"></i>
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue