From c651c9b2fff2d36d23de50a270cb0708daf9c4e6 Mon Sep 17 00:00:00 2001 From: surendran82 Date: Wed, 16 Jun 2021 18:11:56 +0530 Subject: [PATCH] docs: safari browser navbar UI fix https://github.com/hasura/graphql-engine-mono/pull/1590 GitOrigin-RevId: e3f178bed8c275b8039a53ab1abd5af7e2629c65 --- docs/_static/styles/main.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/_static/styles/main.css b/docs/_static/styles/main.css index 69835db59c2..5bfec3f1253 100644 --- a/docs/_static/styles/main.css +++ b/docs/_static/styles/main.css @@ -1444,6 +1444,7 @@ article ol ol { font-weight: 600; margin: 0 0; letter-spacing: -.48px; + position: relative; } .headerWrapper .navBlueBG .navBarUL li, .versionTxt { color: #1CD3C6; @@ -1463,7 +1464,7 @@ article ol ol { -webkit-appearance: none; -moz-appearance: none; appearance: none; - width: 52px; + width: 58px; padding: 0 6px; height: 24px; z-index: 1; @@ -1475,9 +1476,9 @@ article ol ol { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #fff; - position: relative; - right: 24px; - top: 10px; + position: absolute; + right: 22px; + top: 21px; z-index: -1; } .versionTxt select:focus {