Snippet tabs height fix (#968)

* fix mask in webkit

* snipet tabs height fix
This commit is contained in:
trean
2024-06-13 16:43:46 +02:00
committed by GitHub
parent cc45bdc9a1
commit 37b8ea5aa5
@@ -54,8 +54,11 @@ $tabs-font-color-hover: $neutral-90;
mask-size: contain;
mask-repeat: no-repeat;
mask-position: center;
-webkit-mask-image: url('/icons/outline/http.svg');
mask-image: url('/icons/outline/http.svg');
-webkit-mask-size: contain;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
-webkit-mask-image: url('/icons/outline/http.svg');
&_python {
-webkit-mask-image: url('/icons/outline/python.svg');
@@ -85,7 +88,7 @@ $tabs-font-color-hover: $neutral-90;
&__button {
display: flex;
height: 44px;
min-height: 44px;
padding: 10px 20px;
justify-content: center;
align-items: center;