* configured bottoms controls to hide overflow of tabControls

This commit is contained in:
2026-08-08 12:07:52 -05:00
parent cb6a1cb3ed
commit c3a2a5fe75
3 changed files with 22 additions and 14 deletions

View File

@@ -4,8 +4,8 @@ Search Firefox tabs and get a list or automatic direct to the searched tab.
# Download # Download
https://addons.mozilla.org/en-US/firefox/addon/tab-search-and-manage/ https://addons.mozilla.org/en-US/firefox/addon/tab-search-and-manage/
# Version: 1.3.13 # Version: 1.3.15
* adjusted scroll down detection zone * configured bottoms controls to hide overflow of tabControls
***Note: ***Note:

View File

@@ -45,7 +45,14 @@ html, body { overflow-x: hidden; }
#bottomControls { #bottomControls {
position: fixed; position: fixed;
bottom: 0; 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 { #bottomControls input {
@@ -55,6 +62,7 @@ html, body { overflow-x: hidden; }
width: 1em; width: 1em;
height: 1em; height: 1em;
padding: 0.1em; padding: 0.1em;
margin-inline: 0.1rem;
} }
#bottomControls input:hover { #bottomControls input:hover {

View File

@@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Tab Search and Manage", "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.", "description": "This plugin can search, drag-n-drop ordering, and (un)hide all or some tabs.",
"applications": { "applications": {