Shrink Gallery fonts

This commit is contained in:
Zixaphir 2013-08-22 10:44:49 -07:00
parent 1df5442483
commit aabe78984d
4 changed files with 9 additions and 10 deletions

View File

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

@ -2318,7 +2318,7 @@ article li {
overflow: auto; overflow: auto;
/* Flex > Non-Flex child max-width and overflow fix (Firefox only?) */ /* Flex > Non-Flex child max-width and overflow fix (Firefox only?) */
width: 1%; width: 1%;
padding-top: 4em; padding-top: 2.4em;
} }
.gal-image a { .gal-image a {
margin: auto; margin: auto;
@ -2331,7 +2331,7 @@ article li {
top: 0; top: 0;
right: 40px; right: 40px;
left: 20px; left: 20px;
height: 4em; height: 2.4em;
background-color: rgba(0,0,0,0.3); background-color: rgba(0,0,0,0.3);
text-align: center; text-align: center;
text-overflow: ellipsis; text-overflow: ellipsis;
@ -2339,16 +2339,15 @@ article li {
padding: 0 20px; padding: 0 20px;
} }
.gal-close { .gal-close {
font-size: 2.8em; font-size: 2em;
float: right; float: right;
padding-right: 8px; padding-right: 8px;
} }
.gal-name { .gal-name {
font-size: 2.8em; font-size: 2em;
color: #ddd; color: #ddd;
} }
.gal-count { .gal-count {
font-size: 1.6em;
color: #ddd; color: #ddd;
} }
/* Catalog */ /* Catalog */