diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-24 15:37:13 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-24 15:37:13 -0400 |
| commit | e9b01902d954a54e94e2f77be1bfa1de7cb410e1 (patch) | |
| tree | 5232533b6a5647f3b73e07632c50dc2420c89391 /static | |
| parent | 8b7b8de06c281bbe3c2dddbebd44676a4b9b7dff (diff) | |
| download | omnisearch-e9b01902d954a54e94e2f77be1bfa1de7cb410e1.tar.gz | |
removed search engine indicator from results
Diffstat (limited to 'static')
| -rw-r--r-- | static/main.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/static/main.css b/static/main.css index e415e66..6f899cf 100644 --- a/static/main.css +++ b/static/main.css @@ -294,12 +294,7 @@ h1 span { display: block; margin-bottom: 4px; } -.result-sources { - color:var(--text-secondary); - display:block; - font-size:0.78rem; - margin-bottom:8px; -} + @media (max-width: 768px) { .result-favicon { |
