mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-26 09:35:02 +02:00
fix(panels): align font sizes, border-radius, and font-family with app style (#2122)
* fix(panels): align font sizes, border-radius, and font-family with app style Telegram Intel, Daily Market Brief, Stock Analysis, and Backtesting panels were using inconsistent styling compared to the rest of the dashboard. - telegram-intel-text: 13px -> 12px (match body font size) - DailyMarketBriefPanel summary: 13px -> 12px; border-radius 12px -> 4px - StockAnalysisPanel/StockBacktestPanel: font-family:monospace -> var(--font-mono) so ticker/signal badges respect the user's font preference toggle * fix(map): replace hardcoded font-family:monospace with var(--font-mono) in tooltips
This commit is contained in:
@@ -19539,7 +19539,7 @@ body.has-breaking-alert .panels-grid {
|
||||
}
|
||||
|
||||
.telegram-intel-text {
|
||||
font-size: 13px;
|
||||
font-size: 12px;
|
||||
line-height: 1.5;
|
||||
color: var(--text);
|
||||
margin-bottom: 8px;
|
||||
|
||||
Reference in New Issue
Block a user