readthedocs/sphinx_rtd_theme

Use flexible layout for hlist directives

Open

#1108 aperta il 1 apr 2021

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)CSS (1413 fork)batch import
AcceptedBugDesignGood First IssueNeeded: patch

Metriche repository

Star
 (3473 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Problem

The current hlist can look bad on mobile or when using many columns.

Reproducible Project

https://docs.blender.org/api/current/bpy.types.AlphaUnderSequence.html

Error Logs/Results

image

As you can see the list items extend beyond viewport when the viewport is narrow.

Expected Results

The columns should break into new rows.

Environment Info

  • Python Version: 3.9.x
  • Sphinx Version: 3.5.1
  • RTD Theme Version: 0.5.1

Guida contributor