You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/12/07 20:59:08 UTC

[GitHub] [iceberg] InvisibleProgrammer opened a new issue, #6381: Docs: Fix side menu disappears on small width resolution

InvisibleProgrammer opened a new issue, #6381:
URL: https://github.com/apache/iceberg/issues/6381

   ### Feature Request / Improvement
   
   The side menu completely disappears at small width. I put some screen shots here as an example. 
   <img width="1726" alt="image" src="https://user-images.githubusercontent.com/1486749/206294258-c5aa4141-8863-4cc3-86cb-4192554b1de3.png">
   <img width="1170" alt="image" src="https://user-images.githubusercontent.com/1486749/206294346-43e3107f-f74c-468d-8eae-9b37dc4d7a33.png">
   
   
   ### Query engine
   
   None


-- 
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: issues-unsubscribe@iceberg.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] RussellSpitzer commented on issue #6381: Docs: Fix side menu disappears on small width resolution

Posted by GitBox <gi...@apache.org>.
RussellSpitzer commented on issue #6381:
URL: https://github.com/apache/iceberg/issues/6381#issuecomment-1341612566

   I just noticed this, and the width doesn't have to be that small to get it to vanish, like 140 characters by my eyeball estimate?


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] InvisibleProgrammer commented on issue #6381: Docs: Fix side menu disappears on small width resolution

Posted by GitBox <gi...@apache.org>.
InvisibleProgrammer commented on issue #6381:
URL: https://github.com/apache/iceberg/issues/6381#issuecomment-1342989592

   The issue is caused by that block in `iceberg-theme.css`: 
   ```css
   @media screen and (max-width: 1280px) {
       div.sidebar { display: none; }  /* Hide the sidebar if the page is less than 1280px */
     }
     ```
     
   I'm not a UI expert and also, I don't know if it is important to have great user experience on smaller screens (like mobile). 
   If I remove  that line and shrink the screen, I get that: 
   <img width="1062" alt="image" src="https://user-images.githubusercontent.com/1486749/206509082-066944e3-b61a-43c2-8bdf-c379f31c3327.png">
   
   
   What do you think about that? 


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] github-actions[bot] commented on issue #6381: Docs: Fix side menu disappears on small width resolution

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #6381:
URL: https://github.com/apache/iceberg/issues/6381#issuecomment-1579632135

   This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] InvisibleProgrammer closed issue #6381: Docs: Fix side menu disappears on small width resolution

Posted by "InvisibleProgrammer (via GitHub)" <gi...@apache.org>.
InvisibleProgrammer closed issue #6381: Docs: Fix side menu disappears on small width resolution  
URL: https://github.com/apache/iceberg/issues/6381


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] InvisibleProgrammer commented on issue #6381: Docs: Fix side menu disappears on small width resolution

Posted by GitBox <gi...@apache.org>.
InvisibleProgrammer commented on issue #6381:
URL: https://github.com/apache/iceberg/issues/6381#issuecomment-1341615361

   Yes, it is enough to put the site into the left half of an average MacBook screen. 


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org