mirror of
https://github.com/XFox111/TabsAsideExtension.git
synced 2026-04-22 07:58:01 +03:00
+2
-1
@@ -209,7 +209,8 @@
|
||||
.collectionSet > .header > div > nav
|
||||
{
|
||||
width: 250px;
|
||||
right: 60px;
|
||||
right: 0px;
|
||||
top: 35px;
|
||||
}
|
||||
|
||||
/* Tabs collection */
|
||||
|
||||
@@ -73,6 +73,11 @@
|
||||
}
|
||||
|
||||
/* Context menus style */
|
||||
.tabsAside .contextContainer
|
||||
{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.tabsAside nav
|
||||
{
|
||||
user-select: none;
|
||||
|
||||
+1
-1
@@ -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...'></button>" +
|
||||
"<nav>" +
|
||||
"<button loc='restoreNoRemove' class='restoreCollection noDelete'>Restore without removing</button>" +
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "__MSG_name__",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"manifest_version": 2,
|
||||
"description": "__MSG_description__",
|
||||
"author": "__MSG_author__",
|
||||
|
||||
Reference in New Issue
Block a user