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