Compact File Text

This commit is contained in:
Zixaphir 2014-03-23 18:41:26 -07:00
parent fe7d37196f
commit 53db0118a3
5 changed files with 15 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -536,6 +536,10 @@ Config =
false
'Replaces backlink text with a small, compact icon.'
]
'Compact File Text': [
false
'Shrink the font of the file text to be less obtrusive.'
]
Aesthetics:
'4chan SS Navigation': [

View File

@ -1231,6 +1231,9 @@ div.post div.postInfo {
.reply .fileText {
padding: 0 3px;
}
.compact-file-text .fileText {
font-size: .9em;
}
.fileThumb {
float: left;
margin: 3px 20px;

View File

@ -290,7 +290,6 @@ a {
background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' preserveAspectRatio='true' xmlns='http://www.w3.org/2000/svg'><path fill='rgb(#{bLink.rgb()})' d='M12.981,9.073V6.817l-12.106,6.99l12.106,6.99v-2.422c3.285-0.002,9.052,0.28,9.052,2.269c0,2.78-6.023,4.263-6.023,4.263v2.132c0,0,13.53,0.463,13.53-9.823C29.54,9.134,17.952,8.831,12.981,9.073z'/></svg>"); font-size: 0px !important;
padding: 12px 12px 1px 1px;
opacity: 0.6;
vertical-align: super;
}
.qiQuote,
.quotelink {