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

Patch 2.0.5 (#88)

Fixed context menu position on scrolling
This commit is contained in:
2021-09-17 15:40:35 +03:00
committed by GitHub
parent 9c734f7495
commit aa6e88146b
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ function AddCollection(collection, thumbnails)
"<div class='header'>" +
"<input type='text' value='" + (collection.name ?? new Date(collection.timestamp).toDateString()) + "'/>" +
"<a loc='restoreTabs' class='restoreCollection'>Restore tabs</a>" +
"<div>" +
"<div class='contextContainer'>" +
"<button loc_alt='more' class='btn more' title='More...'>&#xE712;</button>" +
"<nav>" +
"<button loc='restoreNoRemove' class='restoreCollection noDelete'>Restore without removing</button>" +