Updated message-gutter css

This commit is contained in:
itdominator 2021-12-19 22:31:49 -06:00
parent 82db833f67
commit 4011b3b191
4 changed files with 7 additions and 7 deletions

View File

@ -4,8 +4,8 @@ Easy Session Manager allows you to manage your Firefox session by backing up or
# Download
https://addons.mozilla.org/en-US/firefox/addon/easy-session-manager/
# Version: 0.2.2.9
* Added free session memory feature.
# Version: 0.2.3.0
* Changed menu gutter positioning
# Images

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": " Easy Session Manager",
"version": "0.2.2.9",
"version": "0.2.3.0",
"description": "Easy Session Manager allows you to manage your Firefox session by backing up or loading your saved sessions.",
"applications": {

View File

@ -254,7 +254,7 @@ function sleep(ms) {
const importSession = () => {
browser.tabs.create({
url: browser.extension.getURL("../pages/import.html"),
url: browser.runtime.getURL("../pages/import.html"),
active: true
});
}

View File

@ -34,9 +34,9 @@ li {
#master-gutter {
position: absolute;
width: 100%;
bottom: 0.5em;
max-height: 6em;
overflow: auto;
bottom: 0.2em;
max-height: 4em;
overflow: hidden;
}
#savedSessions {