Lower the complexity of mascot positions just a tad.
This commit is contained in:
parent
8606dffacb
commit
696efc3f35
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
@ -192,6 +192,7 @@ th {
|
||||
#header-bar {
|
||||
z-index: 6;
|
||||
border-width: 1px;
|
||||
padding: 0 2px;
|
||||
}
|
||||
.pagination-sticky-top .pagelist,
|
||||
.pagination-sticky-bottom .pagelist,
|
||||
|
||||
@ -97,7 +97,6 @@ html {
|
||||
#exlinks-options,
|
||||
#appchanx-settings,
|
||||
#qrtab,
|
||||
.post-form-decorations #qr,
|
||||
.post-form-style-float #qr,
|
||||
input[type="submit"],
|
||||
input[value="Report"],
|
||||
@ -457,10 +456,10 @@ a .name {
|
||||
border: 1px solid #{theme["Dialog Border"]};
|
||||
}
|
||||
.post-form-decorations #qr {
|
||||
border-color: #{theme["Buttons Border"]};
|
||||
background: #{backgroundC};
|
||||
border: 1px solid #{theme["Buttons Border"]};
|
||||
}
|
||||
.post-form-decorations.quote-shadows #qr {
|
||||
.quote-shadows #qr {
|
||||
box-shadow: 5px 5px 5px #{theme['Shadow Color']};
|
||||
}
|
||||
#{theme["Custom CSS"]}
|
||||
@ -246,6 +246,7 @@ Style =
|
||||
0
|
||||
else
|
||||
sidebar + parseInt(_conf["Right Thread Padding"], 10))
|
||||
|
||||
if iconOffset < 0 then iconOffset = 0
|
||||
|
||||
css += """<%= grunt.file.read('src/General/css/icons.horz.css') %>"""
|
||||
@ -283,6 +284,8 @@ Style =
|
||||
sidebar + parseInt _conf[align.capitalize() + " Thread Padding"], 10
|
||||
)
|
||||
|
||||
if iconOffset < 0 then iconOffset = 0
|
||||
|
||||
css += """<%= grunt.file.read('src/General/css/icons.vert.css') %>"""
|
||||
|
||||
Style.icons.textContent = css
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user