dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.91k stars 475 forks source link

Tweak dashboard title padding #6722

Open JamesNK opened 3 days ago

JamesNK commented 3 days ago

Description

Slightly reduce the left padding of the dashboard title/toolbar/footer, etc (4px).

After:

image

Checklist

drewnoakes commented 22 hours ago

What's the rationale for this change? The left alignment looks strange:

image

There are three lines in the "grid system" here, where there should probably be one.

image

JamesNK commented 10 hours ago

I changed the overall title (TestShop) to line up with the page title after taking the screenshot. This is what I see:

image

JamesNK commented 10 hours ago

The reason for the change is I felt indenting the titles and all other page content to line up with the grid (18px) indent was too much.

Do you prefer everything lines up?

JamesNK commented 8 hours ago

I went through every page and tried to line everything up as much as possible.

After:

image

image

image

image