Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Adaptive layout on mobile devices for Superset Dashboard #20718

Closed
memes-forever opened this issue Jul 15, 2022 · 1 comment
Closed

Adaptive layout on mobile devices for Superset Dashboard #20718

memes-forever opened this issue Jul 15, 2022 · 1 comment

Comments

@memes-forever
Copy link

memes-forever commented Jul 15, 2022

Screenshot

image

Description

Let us continue our discussion on this issue, as it is required by many users.

Past Topics

Design

I suggest stretching the blocks to the width of the screen, placing the blocks in a column.

image

Style example:

@media only screen and (max-width: 790px) {
  .grid-row.background--transparent {
    flex-wrap: wrap;
  }
  .dragdroppable-column{
    min-width: 95%;
    max-width: 95%;
    margin-bottom: 16px;
  }
  .resizable-container{
    width: 100%;
    max-width: 100%;
  }
}
@memes-forever memes-forever changed the title Make Superset Dashboard adapts layout on mobile devices Make Superset Dashboard adaptive layout on mobile devices Jul 15, 2022
@memes-forever memes-forever changed the title Make Superset Dashboard adaptive layout on mobile devices Adaptive layout on mobile devices for Superset Dashboard Jul 15, 2022
@srinify
Copy link
Contributor

srinify commented Jul 17, 2022

Nice! Moving to Discussion as this isn't a bug or "issue" :)

@apache apache locked and limited conversation to collaborators Jul 17, 2022
@srinify srinify converted this issue into discussion #20734 Jul 17, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants