1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02: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:
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

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;