mirror of https://github.com/gorhill/uBlock.git
Make the "untrusted sources" warning always visible
It won't disappear when vertical space is restricted.
This commit is contained in:
parent
9666eeb9cf
commit
fef26e234d
|
@ -23,7 +23,7 @@
|
|||
<div class="body">
|
||||
<div id="cloudWidget" class="hide" data-cloud-entry="myFiltersPane"></div>
|
||||
|
||||
<p class="vverbose"><span data-i18n="1pTrustWarning"></span> <span data-i18n="1pFormatHint"></span> <a class="fa-icon info" href="https://github.com/gorhill/uBlock/wiki/Dashboard:-My-filters" target="_blank">question-circle</a></p>
|
||||
<p><span data-i18n="1pTrustWarning"></span> <span class="vverbose"><span data-i18n="1pFormatHint"></span> <a class="fa-icon info" href="https://github.com/gorhill/uBlock/wiki/Dashboard:-My-filters" target="_blank">question-circle</a></span></p>
|
||||
<p>
|
||||
<button id="userFiltersApply" class="preferred iconified" type="button" disabled><span class="fa-icon">check</span><span data-i18n="1pApplyChanges">_</span><span class="hover"></span></button>
|
||||
<button id="userFiltersRevert" class="iconified" type="button" disabled><span class="fa-icon">undo</span><span data-i18n="genericRevert">_</span><span class="hover"></span></button>
|
||||
|
|
|
@ -18,7 +18,7 @@ body {
|
|||
:root.mobile body {
|
||||
min-height: unset;
|
||||
}
|
||||
[data-i18n="1pTrustWarning"] {
|
||||
html:not(.mobile) [data-i18n="1pTrustWarning"] {
|
||||
font-weight: bold;
|
||||
}
|
||||
.codeMirrorContainer {
|
||||
|
|
Loading…
Reference in New Issue