Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style issue on dashboard #299

Closed
matthewcare opened this issue Oct 14, 2021 · 4 comments
Closed

Style issue on dashboard #299

matthewcare opened this issue Oct 14, 2021 · 4 comments
Labels
v9/9.0.3 Patch release

Comments

@matthewcare
Copy link

Hi Kevin,

Not a massive issue, more a nice to have. I can open a PR if you want, but it seems like a lot of effort for a one liner

Could you update
https://github.com/KevinJump/uSync/blob/v9/main/uSync.Site/App_Plugins/uSync/usync.css#L418
to
grid-template-columns: repeat(auto-fit, minmax(342px, 1fr));

On smaller screens it will mean this
image

becomes this
image

Importantly though, it means these line up

image

@KevinJump
Copy link
Owner

Problem is it does this, on complete (or when you have forms or vendr).

image

not the end of the world, i think i need to fiddle with the min value a bit, to make it nicer.

@matthewcare
Copy link
Author

Really? I get this with more items

image

@KevinJump
Copy link
Owner

depends on how wide you go. to be honest, i think min just need to go to 400px then it doesn't look to squished

@matthewcare
Copy link
Author

If you could have it line up with the report block, that would be great. I noticed it doesn't line up, and now I can't not see it!

KevinJump added a commit that referenced this issue Oct 14, 2021
KevinJump added a commit that referenced this issue Oct 25, 2021
…on. (#298)

* add config extensions to make it easier to move out of appsettings.json.

* better alignment of the boxes #299

* chore: site file changes.

* rollback service.

* bvoxes auto-fit not fill.

* perf: reduce number of composition lookups when creating new properties.

* admin: test site files.

* show only changed item in the settings dialog. ?

* Rollback Service methods.

* add HasChildren to localitem model.

* remove rollbackService

* Notification updates (so we can track changed better in notifications)

* clean up site , add minify gulp script

* Contentment Content Block - Export encoding.

* Sample content
@KevinJump KevinJump added the v9/9.0.3 Patch release label Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v9/9.0.3 Patch release
Projects
None yet
Development

No branches or pull requests

2 participants