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

Support for sections (wider/width) #302

Open
Kalfany opened this issue Sep 8, 2024 · 3 comments
Open

Support for sections (wider/width) #302

Kalfany opened this issue Sep 8, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@Kalfany
Copy link

Kalfany commented Sep 8, 2024

I rebuilt my old dashboard (masonry layout) with the new sections.
The only thing I’m currently missing is the ability to adjust the (overall) column width of the sections.
In the old dashboard I did this to make the columns wider and cards a bit bigger.

image

Would something like that also be possible for the sections?
I have 3 columns, but there’s quite a bit of empty space on the left and right sides.

@Kalfany Kalfany added the enhancement New feature or request label Sep 8, 2024
@CMDR-Sloma
Copy link

This would be fantastic for desktops, the only one thing that stops me from going to sections layout.

@majkers
Copy link

majkers commented Nov 22, 2024

I personally miss one more thing. Ability to fix the order of cards in different resolution.
Eg.

grid-template-columns: 1% 27% 27% 44% 1%
grid-template-rows: auto
grid-template-areas: |
  ". left center right ."
mediaquery:
  "(max-width: 600px)":
    grid-template-columns: 100%
    grid-template-areas: |
      "left"
      "right"
      "center"
  "(max-width: 1024px)":
    grid-template-columns: 50% 50%
    grid-template-areas: |
      "left center"
      "right right"
  "(max-width: 1366px)":
    grid-template-columns: 28% 28% 44%
    grid-template-areas: |
      "left center right"

@GroteGehaktBal
Copy link

I would like this so I can use the same dashboard on my phone and on my wall mounted tablet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants