Release appchan x v2.3.8.
This commit is contained in:
parent
43d010bc8a
commit
ace2f6384f
@ -1,3 +1,8 @@
|
||||
### v2.3.8
|
||||
*2013-08-25*
|
||||
|
||||
- I accidentally z-index
|
||||
|
||||
### v2.3.7
|
||||
*2013-08-25*
|
||||
|
||||
|
||||
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* appchan x - Version 2.3.7 - 2013-08-25
|
||||
* appchan x - Version 2.3.8 - 2013-08-25
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name appchan x
|
||||
// @version 2.3.7
|
||||
// @version 2.3.8
|
||||
// @minGMVer 1.13
|
||||
// @minFFVer 22
|
||||
// @namespace zixaphir
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "appchan x",
|
||||
"version": "2.3.7",
|
||||
"version": "2.3.8",
|
||||
"manifest_version": 2,
|
||||
"description": "The most comprehensive 4chan userscript.",
|
||||
"icons": {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
postMessage({version:'2.3.7'},'*')
|
||||
postMessage({version:'2.3.8'},'*')
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "appchan-x",
|
||||
"version": "2.3.7",
|
||||
"version": "2.3.8",
|
||||
"description": "The most comprehensive 4chan userscript.",
|
||||
"meta": {
|
||||
"name": "appchan x",
|
||||
|
||||
@ -799,7 +799,7 @@ th {
|
||||
#menu {
|
||||
position: fixed;
|
||||
outline: none;
|
||||
z-index: 22;
|
||||
z-index: 27;
|
||||
}
|
||||
/* Image Expansion */
|
||||
.fit-width .full-image {
|
||||
@ -2243,7 +2243,7 @@ article li {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 30;
|
||||
z-index: 26;
|
||||
display: <%= flex %>;
|
||||
<%= flex %>-direction: row;
|
||||
background: rgba(0,0,0,0.7);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user