-
Notifications
You must be signed in to change notification settings - Fork 112
/
header.html
29 lines (27 loc) · 1.16 KB
/
header.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<div class="flex align-items-center flex-grow headerTop">
<div class="headerLeft">
<button is="paper-icon-button-light" class="headerBackButton autoSize" tabindex="-1">
<i class="md-icon largeIcon"></i>
</button>
<h3 class="pageTitle"> </h3>
</div>
<div class="headerRight focuscontainer-right">
<button is="paper-icon-button-light" class="headerAudioPlayerButton headerButton hide">
<i class="md-icon largeIcon"></i>
</button>
<div class="headerSelectedPlayer hide">
</div>
<button is="paper-icon-button-light" class="headerCastButton headerButton hide">
<i class="md-icon largeIcon"></i>
</button>
<button is="paper-icon-button-light" class="headerSearchButton headerButton hide">
<i class="md-icon largeIcon"></i>
</button>
<button is="paper-icon-button-light" class="headerUserButton headerButton hide">
<i class="md-icon largeIcon"></i>
</button>
<div class="headerClock hide"></div>
</div>
</div>
<div class="headerTabs sectionTabs hide">
</div>