From 196afb02eea4c112701a481ef2bf8e8eccfcc740 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 17 Feb 2022 18:22:51 +0100 Subject: [PATCH] wait #5111 @0.25 --- style/fluidbook.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index 77b2211e..0ae0a27d 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1763,13 +1763,20 @@ html.ios body.portrait #interface { } } - @media @small { + @media @medium { padding: 0 @menu-padding @menu-padding @menu-padding; a { display: block; margin: 0 0 10px 0; + .svg-icon{ + width: 20px; + margin-right: 12px; + vertical-align: text-bottom; + position: static; + } + &:last-child { margin: 0; } -- 2.39.5