This commit is contained in:
Zixaphir 2013-08-25 10:08:47 -07:00
parent 0ee7960a1e
commit 85f226d3d4
4 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
/* /*
* appchan x - Version 2.3.6 - 2013-08-24 * appchan x - Version 2.3.6 - 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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2239,7 +2239,7 @@ article li {
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;
z-index: 20; z-index: 30;
display: <%= flex %>; display: <%= flex %>;
<%= flex %>-direction: row; <%= flex %>-direction: row;
background: rgba(0,0,0,0.7); background: rgba(0,0,0,0.7);
@ -2330,10 +2330,10 @@ article li {
margin: auto; margin: auto;
line-height: 0; line-height: 0;
} }
.fit-width .gal-image img { .gal-fit-width .gal-image img {
max-width: 100%; max-width: 100%;
} }
.fit-height .gal-image img { .gal-fit-height .gal-image img {
max-height: calc(100vh - 25px); max-height: calc(100vh - 25px);
} }
.gal-buttons { .gal-buttons {
@ -2341,7 +2341,7 @@ article li {
margin-right: 10px; margin-right: 10px;
top: 5px; top: 5px;
color: #ffffff; color: #ffffff;
text-shadow: 0px 0px 1px #000000; text-shadow: 0px 0px 1px #000;
} }
.gal-buttons, .gal-buttons,
.gal-name, .gal-name,
@ -2360,7 +2360,7 @@ article li {
border-radius: 3px; border-radius: 3px;
padding: 1px 5px 2px 5px; padding: 1px 5px 2px 5px;
text-decoration: none !important; text-decoration: none !important;
color: white !important; color: #fff !important;
} }
.gal-name:hover, .gal-name:hover,
.gal-close:hover { .gal-close:hover {
@ -2371,7 +2371,7 @@ article li {
background: rgba(0,0,0,0.6) !important; background: rgba(0,0,0,0.6) !important;
border-radius: 3px; border-radius: 3px;
padding: 1px 5px 2px 5px; padding: 1px 5px 2px 5px;
color: #ffffff !important; color: #fff !important;
} }
/* Catalog */ /* Catalog */
#content .navLinks, #content .navLinks,