createwithrani / superlist

Nest multiple blocks inside lists of any kind of list (ordered, unordered, no marker, etc), or do away with list markers and use it like a repeater!
https://wordpress.org/plugins/superlist-block/
GNU General Public License v2.0
20 stars 6 forks source link

Address list indentation in recursive Super Lists. #15

Closed aurooba closed 2 years ago

aurooba commented 2 years ago

Problem

Right now, adding a Super List inside a Super List item works, however, the CSS removing the indentation causes it look un-nested, which is undesired and confusing.

Proposed Solution

Super Lists inside other Super Lists shouldn't have their margins removed. In fact, Super List should respect the margin settings of the theme except when there is no marker, so as to be less opinionated and intrusive.