1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

Patch 2.0.2 (#71)

- Fixed missing fonts
This commit is contained in:
Michael Gordeev
2021-03-05 17:39:41 +03:00
committed by GitHub
parent aa1d38eb47
commit 847baae44e
7 changed files with 20 additions and 17 deletions
+3 -3
View File
@@ -19,7 +19,7 @@
<aside class="tabsAside pane">
<header>
<h1 loc="name">Tabs aside</h1>
<button loc_alt="options" class="btn more" title="Options">&#xE10C;<span class="updateBadge"></span></button>
<button loc_alt="options" class="btn more" title="Options">&#xE712;<span class="updateBadge"></span></button>
<nav>
<label class="checkbox control">
@@ -64,9 +64,9 @@
</p>
</nav>
<button loc_alt="closePanel" class="btn remove" title="Close panel">&#xE10A;</button>
<button loc_alt="closePanel" class="btn remove" title="Close panel">&#xE711;</button>
<a class="saveTabs">
<span class="iconArrowRight">&#xE0AB;</span>
<span class="iconArrowRight">&#xE72A;</span>
<span loc="setAside">Set current tabs aside</span>
<span loc_alt="setMultipleTabsAsideTooltip" class="iconQuestionCircle" title="Tip : You can set aside specific tabs by selecting them (by holding CTRL or SHIFT and clicking on the tabs) before clicking on the TabsAside extension">&#xE9CE;</span>
</a>