mirror of https://github.com/gorhill/uBlock.git
Fine tune CSS in asset viewer for mobile
Related feedback: - https://github.com/uBlockOrigin/uBlock-issues/issues/2621#issuecomment-1529036289
This commit is contained in:
parent
9a16d07756
commit
2059f84826
|
@ -213,6 +213,9 @@
|
|||
.cm-search-widget .sourceURL[href=""] {
|
||||
visibility: hidden;
|
||||
}
|
||||
:root.mobile .cm-search-widget .sourceURL[href=""] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.cm-linter-widget {
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in New Issue