Fix clash between 4chan X header bar and native header bars. #2171
This commit is contained in:
parent
a5099f0b20
commit
ae61c3c3f8
@ -169,8 +169,16 @@ body.hasDropDownNav{
|
|||||||
.gal-buttons.gal-buttons a {
|
.gal-buttons.gal-buttons a {
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
:root.sw-tinyboard.fixed.top-header:not(.autohide) .boardlist,
|
||||||
|
:root.sw-tinyboard.fixed.top-header:not(.autohide) .bar.top {
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
|
:root.sw-tinyboard.fixed.top-header.autohide .boardlist,
|
||||||
|
:root.sw-tinyboard.fixed.top-header.autohide .bar.top {
|
||||||
|
z-index: 3;
|
||||||
|
}
|
||||||
|
|
||||||
/* Tinyboard site style fixes */
|
/* Tinyboard site style conflicts */
|
||||||
:root[data-host="fufufu.moe"].fixed.top-header:not(.autohide) div.pages.top,
|
:root[data-host="fufufu.moe"].fixed.top-header:not(.autohide) div.pages.top,
|
||||||
:root[data-host="merorin.com"].fixed.top-header:not(.autohide) span.settings {
|
:root[data-host="merorin.com"].fixed.top-header:not(.autohide) span.settings {
|
||||||
top: 26px;
|
top: 26px;
|
||||||
@ -178,6 +186,12 @@ body.hasDropDownNav{
|
|||||||
:root[data-host="fufufu.moe"]:not(.fixed) #header-bar {
|
:root[data-host="fufufu.moe"]:not(.fixed) #header-bar {
|
||||||
margin-top: 38px;
|
margin-top: 38px;
|
||||||
}
|
}
|
||||||
|
:root[data-host="lainchan.org"]:not(.fixed) #header-bar {
|
||||||
|
margin-top: 17px;
|
||||||
|
}
|
||||||
|
:root[data-host="smuglo.li"]:not(.fixed) #header-bar {
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Anti-autoplay */
|
/* Anti-autoplay */
|
||||||
audio.controls-added {
|
audio.controls-added {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user