瀏覽代碼

Fixed a few minor UI glitches on mobile Firefox

master
saturn 5 年之前
父節點
當前提交
4e202e8c9a
共有 3 個檔案被更改,包括 5 行新增4 行删除
  1. 2
    2
      src/platform/firefox/manifest.json
  2. 2
    1
      src/popup.html
  3. 1
    1
      src/popup.js

+ 2
- 2
src/platform/firefox/manifest.json 查看文件

@@ -23,7 +23,7 @@
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "AlwaysKillSticky - Click the icon to control sticky-killing on this site!",
"default_title": "AlwaysKillSticky",
"default_icon": {
"19": "images/AKS_on_19.png",
"38": "images/AKS_on_38.png"
@@ -37,4 +37,4 @@
"page": "options.html",
"open_in_tab": true
}
}
}

+ 2
- 1
src/popup.html 查看文件

@@ -1,6 +1,7 @@
<html>
<head>
<title>AlwaysKillSticky</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<link rel='stylesheet' type='text/css' href='popup.css' />
<link rel='stylesheet' type='text/css' href='fonts.css' />
@@ -27,4 +28,4 @@
</body>
<script src="functions.js"></script>
<script src="popup.js"></script>
</html>
</html>

+ 1
- 1
src/popup.js 查看文件

@@ -298,4 +298,4 @@ function initialize() {
});
}

initialize();
initialize();

Loading…
取消
儲存