mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Fine tune CSS
Related discussion: https://github.com/uBlockOrigin/uBlock-issues/discussions/2895#discussioncomment-7353182
This commit is contained in:
parent
3562cc2e4c
commit
589f281f21
2 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
<div class="body">
|
||||
<div id="cloudWidget" class="hide" data-cloud-entry="myFiltersPane"></div>
|
||||
|
||||
<p 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 data-i18n="1pTrustWarning" class="info very-important"></span></p>
|
||||
<p 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 data-i18n="1pTrustWarning"></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>
|
||||
|
|
|
@ -14,6 +14,9 @@ body {
|
|||
.body {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
[data-i18n="1pTrustWarning"] {
|
||||
font-weight: bold;
|
||||
}
|
||||
.codeMirrorContainer {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue