mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
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
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue