Quickview
The main page can be configured to show only a selected subset of all accounts by specifying a quickview configuration file.
Take the following example.
[[account]]
name = "Assets:Bank:Checking"
short_name = "Checking"
[[account]]
name = "Assets:Cash:Wallet"
short_name = "Wallet"
[[account]]
name = "Liabilities:MasterCard"
short_name = "Card"
Run it with ledger -f ledger -q quickview.toml web
The new, more compact start screen should look like the following.