mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Nav tab renamed to Plugins
Also moved search box tooltip as it was being obscured by plugin cards.
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<core-drawer-panel id="container">
|
||||
<div drawer vertical layout>
|
||||
<paper-tabs id="sidebarTabs" selected="0">
|
||||
<paper-tab>Nav</paper-tab>
|
||||
<paper-tab>Plugins</paper-tab>
|
||||
<paper-tab>Filters</paper-tab>
|
||||
</paper-tabs>
|
||||
<core-menu class="tab-content">
|
||||
@@ -116,7 +116,7 @@
|
||||
</div>
|
||||
</core-menu>
|
||||
<div flex></div>
|
||||
<core-tooltip label="Press Enter when searching to select the next match." position="right">
|
||||
<core-tooltip label="Press Enter when searching to select the next match." position="top">
|
||||
<paper-input id="searchBox" type="search" label="Search content..."></paper-input>
|
||||
</core-tooltip>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user