Fixed white borders on layout tabs on ios

Closes #2728
This commit is contained in:
Dan Brown 2021-05-03 22:28:25 +01:00
parent fc504a3d2c
commit a3d36237e2

View File

@ -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 {