Fix some conflicts with Tinyboard / vichan CSS.

This commit is contained in:
ccd0 2018-01-24 03:31:16 -08:00
parent ad9d3b3a8a
commit 671b733e30

View File

@ -144,6 +144,20 @@ div.center[style] {
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 */
audio.controls-added {
display: block;
@ -689,6 +703,9 @@ div[data-checked="false"] > .suboption-list {
#fourchanx-settings p {
margin: 1em 0px;
}
#fourchanx-settings table {
margin: auto;
}
.unscroll {
overflow: hidden;
}