Fix #226
This commit is contained in:
parent
8c60150f39
commit
cffd5c56dd
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -7,7 +7,6 @@ Settings =
|
||||
href: 'javascript:;'
|
||||
$.on link, 'click', Settings.open
|
||||
|
||||
|
||||
$.asap (-> d.body), ->
|
||||
return unless Main.isThisPageLegit()
|
||||
# Wait for #boardNavMobile instead of #boardNavDesktop,
|
||||
|
||||
@ -5,7 +5,10 @@
|
||||
#delform > hr:last-of-type,
|
||||
#navbotright,
|
||||
#postForm,
|
||||
#search-label,
|
||||
#search-label-bottom,
|
||||
#styleSwitcher,
|
||||
#togglePostForm,
|
||||
.boardBanner > div,
|
||||
.mobile,
|
||||
.postingMode,
|
||||
@ -35,6 +38,7 @@ body > hr {
|
||||
}
|
||||
/* Hidden Content */
|
||||
.forwarded,
|
||||
.hidden,
|
||||
.hidden_thread ~ div,
|
||||
.hidden_thread ~ a,
|
||||
.replyContainer .stub ~ div,
|
||||
@ -121,6 +125,9 @@ hr {
|
||||
.disabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
.pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
/* Symbols */
|
||||
.drop-marker {
|
||||
vertical-align: middle;
|
||||
@ -1037,6 +1044,9 @@ input:checked + .rice {
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
}
|
||||
#settings .selectrice {
|
||||
display: inline-block;
|
||||
}
|
||||
.selectrice::after {
|
||||
content: "";
|
||||
border-right: .25em solid transparent;
|
||||
@ -1850,6 +1860,24 @@ opacity: 0;
|
||||
max-width: 150px;
|
||||
max-height: 150px;
|
||||
}
|
||||
.panel {
|
||||
position: fixed;
|
||||
top: 50% !important;
|
||||
left: 50%;
|
||||
#{agent}transform: translate(-50%, -50%);
|
||||
}
|
||||
.icon::after {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
width: 1em;
|
||||
cursor: pointer;
|
||||
}
|
||||
.helpIcon::after {
|
||||
content: '?';
|
||||
}
|
||||
.closeIcon::after {
|
||||
content: '×';
|
||||
}
|
||||
/* Front Page */
|
||||
#logo {
|
||||
text-align: center;
|
||||
|
||||
@ -45,6 +45,7 @@ html {
|
||||
background-attachment: #{theme["Background Attachment"] or ''};
|
||||
background-position: #{theme["Background Position"] or ''};
|
||||
}
|
||||
.panel,
|
||||
.section-container,
|
||||
#exlinks-options-content,
|
||||
#mascotcontent,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user