Quick CSS fixes
This commit is contained in:
parent
f1cf2a7828
commit
31a444e319
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* appchan x - Version 2.8.12 - 2014-02-18
|
||||
* appchan x - Version 2.8.12 - 2014-02-20
|
||||
*
|
||||
* Licensed under the MIT 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
@ -10,7 +10,6 @@
|
||||
#styleSwitcher,
|
||||
#togglePostForm,
|
||||
.boardBanner > div,
|
||||
.mobile,
|
||||
.next form,
|
||||
.next span,
|
||||
.postingMode,
|
||||
@ -38,7 +37,8 @@ body > hr {
|
||||
/* Unnecessary */
|
||||
#qp input,
|
||||
#qp .rice,
|
||||
.inline .rice {
|
||||
.inline .rice,
|
||||
.mobile {
|
||||
display: none !important;
|
||||
}
|
||||
/* Hidden Content */
|
||||
@ -1117,8 +1117,9 @@ nav a,
|
||||
border-radius: 1em;
|
||||
font-size: 80%;
|
||||
}
|
||||
.postInfo {
|
||||
div.post div.postInfo {
|
||||
padding: 3px 3px 0;
|
||||
display: block !important;
|
||||
}
|
||||
.postInfo > span {
|
||||
vertical-align: bottom;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user