From: Dan Brown Date: Mon, 3 May 2021 21:28:25 +0000 (+0100) Subject: Fixed white borders on layout tabs on ios X-Git-Tag: v21.04.4~1^2~14 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/a3d36237e22338282053e3c9350eb1d1a72028c5 Fixed white borders on layout tabs on ios Closes #2728 --- diff --git a/resources/sass/_header.scss b/resources/sass/_header.scss index 12f098a1b..1a7015078 100644 --- a/resources/sass/_header.scss +++ b/resources/sass/_header.scss @@ -228,6 +228,7 @@ header .search-box { text-align: center; border-bottom: 3px solid #BBB; cursor: pointer; + margin: 0; @include lightDark(background-color, #FFF, #222); @include lightDark(border-bottom-color, #BBB, #333); &:first-child {