* 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
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:

View File

@@ -4,8 +4,8 @@ html, body { overflow-x: hidden; }
/* IDs */
#masterContainer, div[id*="listZone"], .block {
display: block;
padding: 1em;
display: block;
padding: 1em;
}
#masterContainer {
@@ -43,18 +43,26 @@ html, body { overflow-x: hidden; }
}
#bottomControls {
position: fixed;
bottom: 0;
margin-left: 25%;
position: fixed;
bottom: 0;
z-index: 1000;
width: 100%;
left: 0px;
right: 0px;
display: flex;
justify-content: center;
background: #565656;
height: 45px;
}
#bottomControls input {
font-size: 2em;
background-color: rgba(79, 186, 70, 1);
color: rgba(255,255,255,1);
width: 1em;
height: 1em;
padding: 0.1em;
font-size: 2em;
background-color: rgba(79, 186, 70, 1);
color: rgba(255,255,255,1);
width: 1em;
height: 1em;
padding: 0.1em;
margin-inline: 0.1rem;
}
#bottomControls input:hover {

View File

@@ -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": {