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:
Raymond Hill 2023-04-30 11:56:31 -04:00
parent 9a16d07756
commit 2059f84826
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 3 additions and 0 deletions

View File

@ -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;