You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/07/15 07:26:09 UTC

[GitHub] [superset] memes-forever opened a new issue, #20718: Make Superset Dashboard adapts layout on mobile devices

memes-forever opened a new issue, #20718:
URL: https://github.com/apache/superset/issues/20718

   ## Screenshot
   
   ![image](https://user-images.githubusercontent.com/107195976/179173509-b7a94c34-2472-4bc4-b414-b19f377704ed.png)
   
   ## Description
   
   I propose to continue the discussion on this issue.
   This feature is very much required by many users.
   
   ## Past Topics
   - https://github.com/apache/superset/issues/13725
   - https://github.com/apache/superset/discussions/13816
   - https://github.com/apache/superset/issues/6472
   
   ## Design
   I propose to place the blocks one after the other, in one column and stretch to the width of the screen.
   
   ![image](https://user-images.githubusercontent.com/107195976/179173132-a6c4c869-f17b-4168-92b6-035172d0b5b8.png)
   
   ## 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%;
     }
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] srinify commented on issue #20718: Adaptive layout on mobile devices for Superset Dashboard

Posted by GitBox <gi...@apache.org>.
srinify commented on issue #20718:
URL: https://github.com/apache/superset/issues/20718#issuecomment-1186575599

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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] srinify closed issue #20718: Adaptive layout on mobile devices for Superset Dashboard

Posted by GitBox <gi...@apache.org>.
srinify closed issue #20718: Adaptive layout on mobile devices for Superset Dashboard
URL: https://github.com/apache/superset/issues/20718


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org