* configured bottoms controls to hide overflow of tabControls
This commit is contained in:
@@ -4,8 +4,8 @@ Search Firefox tabs and get a list or automatic direct to the searched tab.
|
||||
# Download
|
||||
https://addons.mozilla.org/en-US/firefox/addon/tab-search-and-manage/
|
||||
|
||||
# Version: 1.3.13
|
||||
* adjusted scroll down detection zone
|
||||
# Version: 1.3.15
|
||||
* configured bottoms controls to hide overflow of tabControls
|
||||
|
||||
|
||||
***Note:
|
||||
|
||||
@@ -45,7 +45,14 @@ html, body { overflow-x: hidden; }
|
||||
#bottomControls {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
margin-left: 25%;
|
||||
z-index: 1000;
|
||||
width: 100%;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
background: #565656;
|
||||
height: 45px;
|
||||
}
|
||||
|
||||
#bottomControls input {
|
||||
@@ -55,6 +62,7 @@ html, body { overflow-x: hidden; }
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
padding: 0.1em;
|
||||
margin-inline: 0.1rem;
|
||||
}
|
||||
|
||||
#bottomControls input:hover {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Tab Search and Manage",
|
||||
"version": "1.3.13",
|
||||
"version": "1.3.15",
|
||||
"description": "This plugin can search, drag-n-drop ordering, and (un)hide all or some tabs.",
|
||||
|
||||
"applications": {
|
||||
|
||||
Reference in New Issue
Block a user