readthedocs/sphinx_rtd_theme

Use flexible layout for hlist directives

Open

#1.108 aberto em 1 de abr. de 2021

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)CSS (1.413 forks)batch import
AcceptedBugDesignGood First IssueNeeded: patch

Métricas do repositório

Stars
 (3.473 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador