Fix some conflicts with Tinyboard / vichan CSS.
This commit is contained in:
parent
ad9d3b3a8a
commit
671b733e30
@ -144,6 +144,20 @@ div.center[style] {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Tinyboard / vichan conflicts */
|
||||||
|
#menu > .hide-thread-link {
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
overflow: visible;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
#menu label.entry {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
#fourchanx-settings label {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
/* Anti-autoplay */
|
/* Anti-autoplay */
|
||||||
audio.controls-added {
|
audio.controls-added {
|
||||||
display: block;
|
display: block;
|
||||||
@ -689,6 +703,9 @@ div[data-checked="false"] > .suboption-list {
|
|||||||
#fourchanx-settings p {
|
#fourchanx-settings p {
|
||||||
margin: 1em 0px;
|
margin: 1em 0px;
|
||||||
}
|
}
|
||||||
|
#fourchanx-settings table {
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
.unscroll {
|
.unscroll {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user