mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-07 12:07:11 +03:00
Fix help page showing small options page
This commit is contained in:
@@ -66,6 +66,12 @@ body {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#options.embed {
|
||||||
|
max-width: 100%;
|
||||||
|
text-align: left;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.switch-container {
|
.switch-container {
|
||||||
content: attr(label-name);
|
content: attr(label-name);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@@ -18,6 +18,8 @@ async function init() {
|
|||||||
for (const element of document.getElementsByClassName("titleBar")) {
|
for (const element of document.getElementsByClassName("titleBar")) {
|
||||||
element.classList.add("hidden");
|
element.classList.add("hidden");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
document.getElementById("options").classList.add("embed");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!Config.configListeners.includes(optionsConfigUpdateListener)) {
|
if (!Config.configListeners.includes(optionsConfigUpdateListener)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user