diff sidebar/tab-collection-manager.html @ 2:49ec0da1e698

Replace tab list scroll bar with scroll buttons
author Guido Berhoerster <guido+set-aside@berhoerster.name>
date Wed, 21 Nov 2018 11:39:07 +0100
parents d13d59494613
children
line wrap: on
line diff
--- a/sidebar/tab-collection-manager.html	Mon Nov 19 17:26:17 2018 +0100
+++ b/sidebar/tab-collection-manager.html	Wed Nov 21 11:39:07 2018 +0100
@@ -23,8 +23,12 @@
           <li><div class="restore-tab-collection" title=""></div></li>
           <li><div class="remove-tab-collection" title=""></div></li>
         </ul>
-        <ul class="tab-collection-tabs">
-        </ul>
+        <div class="tab-collection-tabs-container">
+          <div class="tabs-scroll-button scroll-left scroll-invisible"></div>
+          <div class="tabs-scroll-button scroll-right scroll-invisible"></div>
+          <ul class="tab-collection-tabs">
+          </ul>
+        </div>
       </div>
     </template>
     <template id="tab-item-template">