Switch the manual theme to Furo #104735

Merged
Aaron Carlisle merged 30 commits from furo-theme into blender-v4.1-release 2024-03-20 21:38:49 +01:00
Showing only changes of commit 070acc741e - Show all commits

View File

@ -47,7 +47,7 @@ dl dt {
/* Fixes to field list, see #104636 */
dl.field-list {
display: grid;
grid-template-columns: fit-content(24px) auto !important;
grid-template-columns: auto minmax(80%, 95%);
p {
margin-bottom: 0;