Compact File Text
This commit is contained in:
parent
fe7d37196f
commit
53db0118a3
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -536,6 +536,10 @@ Config =
|
|||||||
false
|
false
|
||||||
'Replaces backlink text with a small, compact icon.'
|
'Replaces backlink text with a small, compact icon.'
|
||||||
]
|
]
|
||||||
|
'Compact File Text': [
|
||||||
|
false
|
||||||
|
'Shrink the font of the file text to be less obtrusive.'
|
||||||
|
]
|
||||||
|
|
||||||
Aesthetics:
|
Aesthetics:
|
||||||
'4chan SS Navigation': [
|
'4chan SS Navigation': [
|
||||||
|
|||||||
@ -1231,6 +1231,9 @@ div.post div.postInfo {
|
|||||||
.reply .fileText {
|
.reply .fileText {
|
||||||
padding: 0 3px;
|
padding: 0 3px;
|
||||||
}
|
}
|
||||||
|
.compact-file-text .fileText {
|
||||||
|
font-size: .9em;
|
||||||
|
}
|
||||||
.fileThumb {
|
.fileThumb {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 3px 20px;
|
margin: 3px 20px;
|
||||||
|
|||||||
@ -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;
|
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;
|
padding: 12px 12px 1px 1px;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
vertical-align: super;
|
|
||||||
}
|
}
|
||||||
.qiQuote,
|
.qiQuote,
|
||||||
.quotelink {
|
.quotelink {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user