v2.26.6: fix oversized branded 'i' logo on dashboard pages (#189)

.logo span { display: inline } in dashboard CSS had specificity (0,1,1),
overriding .brand-i { display: inline-block } at (0,1,0). Inline elements
ignore width/height, so the SVG rendered at intrinsic size (~80px tall).
Added .logo .brand-i selector at (0,2,0) to retain inline-block display.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-03-14 15:57:25 +00:00
parent 2bbf896e7c
commit dc0850d339
4 changed files with 21 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "intercept"
version = "2.26.5"
version = "2.26.6"
description = "Signal Intelligence Platform - Pager/433MHz/ADS-B/Satellite/WiFi/Bluetooth"
readme = "README.md"
requires-python = ">=3.9"