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