* 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
|
# 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:
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ html, body { overflow-x: hidden; }
|
|||||||
|
|
||||||
/* IDs */
|
/* IDs */
|
||||||
#masterContainer, div[id*="listZone"], .block {
|
#masterContainer, div[id*="listZone"], .block {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#masterContainer {
|
#masterContainer {
|
||||||
@@ -43,18 +43,26 @@ 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 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
background-color: rgba(79, 186, 70, 1);
|
background-color: rgba(79, 186, 70, 1);
|
||||||
color: rgba(255,255,255,1);
|
color: rgba(255,255,255,1);
|
||||||
width: 1em;
|
width: 1em;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
padding: 0.1em;
|
padding: 0.1em;
|
||||||
|
margin-inline: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bottomControls input:hover {
|
#bottomControls input:hover {
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user