Fix #267
This commit is contained in:
parent
597423fbc6
commit
7696301598
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
builds/crx.crx
BIN
builds/crx.crx
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -67,7 +67,8 @@ a[style="cursor: pointer; float: right;"] {
|
|||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
/* Fappe Tyme */
|
/* Fappe Tyme */
|
||||||
.fappeTyme .thread > .noFile {
|
.fappeTyme .thread > .noFile,
|
||||||
|
.fappeTyme .threadContainer > .noFile {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
/* Defaults */
|
/* Defaults */
|
||||||
@ -282,7 +283,7 @@ else "
|
|||||||
border-right: 3px solid transparent;
|
border-right: 3px solid transparent;
|
||||||
width: 7px;
|
width: 7px;
|
||||||
#{Style.sizing}: border-box;
|
#{Style.sizing}: border-box;
|
||||||
}
|
}
|
||||||
/* Updater */
|
/* Updater */
|
||||||
#update-status:not(.null)::after {
|
#update-status:not(.null)::after {
|
||||||
content: ', ';
|
content: ', ';
|
||||||
@ -645,7 +646,7 @@ hide: "
|
|||||||
#watcher > div {
|
#watcher > div {
|
||||||
max-height: 1.3em;
|
max-height: 1.3em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
#{if _conf['Slideout Watcher'] then "
|
#{if _conf['Slideout Watcher'] then "
|
||||||
#watcher {
|
#watcher {
|
||||||
width: #{width}px;
|
width: #{width}px;
|
||||||
@ -675,7 +676,7 @@ hide: "
|
|||||||
#watcher:not(:hover) {
|
#watcher:not(:hover) {
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
"}
|
"}
|
||||||
/* Announcements */
|
/* Announcements */
|
||||||
#globalMessage {
|
#globalMessage {
|
||||||
@ -683,7 +684,7 @@ hide: "
|
|||||||
#{if _conf["Rounded Edges"] then "border-radius: 3px;" else ""}
|
#{if _conf["Rounded Edges"] then "border-radius: 3px;" else ""}
|
||||||
}
|
}
|
||||||
#{{
|
#{{
|
||||||
'slideout': "
|
'slideout': "
|
||||||
#globalMessage {
|
#globalMessage {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
@ -819,7 +820,7 @@ hide: "
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.post {
|
.post {
|
||||||
#{if _conf["Rounded Edges"] then "border-radius: 3px;" else ""}
|
#{if _conf["Rounded Edges"] then "border-radius: 3px;" else ""}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user