Replaced the cramped 3-column CSS Grid mana layout with simple flexbox rows matching the player sidebar style: - Status dot (green/red) + item name + mana current/max + time remaining - Font sizes use rem units (0.65-0.72rem) matching sidebar buttons/stats - tabular-nums for aligned numbers - Time column has min-width so it doesn't get clipped - No more horizontal scrolling or cut-off text - Empty state message when no mana items equipped Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
475 B
HTML
14 lines
475 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Mosswart Overlord v2</title>
|
|
<link rel="icon" type="image/png" href="/icons/7735.png" />
|
|
<script type="module" crossorigin src="/v2/assets/index-rajXNGCo.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/v2/assets/index-DrsM2PEe.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|