From 63da6422590e0d878d9371354f2eed6991dc0d27 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 20 Sep 2018 17:22:36 +0200 Subject: [PATCH] wip #2229 @0.5 --- style/fluidbook.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style/fluidbook.less b/style/fluidbook.less index a24af307..1684999e 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1291,6 +1291,15 @@ html.ios body.portrait #interface { } } + &[data-menu="text"]{ + >.content>.text{ + li{ + list-style-position: outside; + margin-left: 1em; + } + } + } + // Popup with close button outside &[data-menu="iframe"], &[data-menu="text"] { overflow: visible; -- 2.39.5