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:;'
|
href: 'javascript:;'
|
||||||
$.on link, 'click', Settings.open
|
$.on link, 'click', Settings.open
|
||||||
|
|
||||||
|
|
||||||
$.asap (-> d.body), ->
|
$.asap (-> d.body), ->
|
||||||
return unless Main.isThisPageLegit()
|
return unless Main.isThisPageLegit()
|
||||||
# Wait for #boardNavMobile instead of #boardNavDesktop,
|
# Wait for #boardNavMobile instead of #boardNavDesktop,
|
||||||
|
|||||||
@ -5,7 +5,10 @@
|
|||||||
#delform > hr:last-of-type,
|
#delform > hr:last-of-type,
|
||||||
#navbotright,
|
#navbotright,
|
||||||
#postForm,
|
#postForm,
|
||||||
|
#search-label,
|
||||||
|
#search-label-bottom,
|
||||||
#styleSwitcher,
|
#styleSwitcher,
|
||||||
|
#togglePostForm,
|
||||||
.boardBanner > div,
|
.boardBanner > div,
|
||||||
.mobile,
|
.mobile,
|
||||||
.postingMode,
|
.postingMode,
|
||||||
@ -35,6 +38,7 @@ body > hr {
|
|||||||
}
|
}
|
||||||
/* Hidden Content */
|
/* Hidden Content */
|
||||||
.forwarded,
|
.forwarded,
|
||||||
|
.hidden,
|
||||||
.hidden_thread ~ div,
|
.hidden_thread ~ div,
|
||||||
.hidden_thread ~ a,
|
.hidden_thread ~ a,
|
||||||
.replyContainer .stub ~ div,
|
.replyContainer .stub ~ div,
|
||||||
@ -121,6 +125,9 @@ hr {
|
|||||||
.disabled {
|
.disabled {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
.pointer {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
/* Symbols */
|
/* Symbols */
|
||||||
.drop-marker {
|
.drop-marker {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
@ -1037,6 +1044,9 @@ input:checked + .rice {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
#settings .selectrice {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
.selectrice::after {
|
.selectrice::after {
|
||||||
content: "";
|
content: "";
|
||||||
border-right: .25em solid transparent;
|
border-right: .25em solid transparent;
|
||||||
@ -1850,6 +1860,24 @@ opacity: 0;
|
|||||||
max-width: 150px;
|
max-width: 150px;
|
||||||
max-height: 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 */
|
/* Front Page */
|
||||||
#logo {
|
#logo {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@ -45,6 +45,7 @@ html {
|
|||||||
background-attachment: #{theme["Background Attachment"] or ''};
|
background-attachment: #{theme["Background Attachment"] or ''};
|
||||||
background-position: #{theme["Background Position"] or ''};
|
background-position: #{theme["Background Position"] or ''};
|
||||||
}
|
}
|
||||||
|
.panel,
|
||||||
.section-container,
|
.section-container,
|
||||||
#exlinks-options-content,
|
#exlinks-options-content,
|
||||||
#mascotcontent,
|
#mascotcontent,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user