diff --git a/guide.html b/guide.html index 2f2904c..5b7ae31 100644 --- a/guide.html +++ b/guide.html @@ -81,7 +81,7 @@
@@ -184,7 +184,7 @@ Once you click on one of these "select all" buttons, that settings will become the new default for any wikis that are added to the extension in the future.

-

Have questions?

+

Have questions or feedback?

If you're stuck or have questions, please don't hesitate to get in touch via the contact details diff --git a/settings.html b/settings.html index ba52ed4..43ccc71 100644 --- a/settings.html +++ b/settings.html @@ -176,7 +176,7 @@ font-size: 0.8rem; white-space: nowrap; position: relative; - padding: 0px 2px; + padding: 0 1em; } #toggles > div:hover { background-color: #e8f0fe; @@ -185,30 +185,38 @@ cursor: pointer; } #toggles > div { - line-height: 1.8em; + line-height: 2em; + display: flex; + flex-direction: row; + width: 100%; + } + #toggles .inputsContainer { + float: right; } #toggles img { - width: 16px; - height: 16px; - max-height: 1.2em; + width: 1.2em; + height: 1.2em; + vertical-align: middle; } #toggles a { - float: right; - padding-right: 10px; - clear: both; + line-height: 1.2em; + padding-right: .5em; } #toggles span { - padding-left: .7em; + flex-grow: 1; + overflow: hidden; + text-overflow: ellipsis; } #togglesKey { - padding-left: 7px; + padding-right: 15px; + text-align: right; } #togglesKey > div { display: inline-block; width: 17px; } - #togglesKey>div:last-child, #toggles>div>label:last-of-type { + #togglesKey>div:last-child, #toggles>div>div>label:last-of-type { margin-left: .5em; } @@ -339,7 +347,7 @@