Fix help page showing small options page

This commit is contained in:
Ajay Ramachandran
2021-07-02 21:21:04 -04:00
parent bd429f02a7
commit ad5248f65e
2 changed files with 8 additions and 0 deletions

View File

@@ -66,6 +66,12 @@ body {
display: inline-block;
}
#options.embed {
max-width: 100%;
text-align: left;
display: inline-block;
}
.switch-container {
content: attr(label-name);
position: absolute;