refactor: polish environment selector (#3260)

This commit is contained in:
Liyas Thomas
2023-08-17 16:46:45 +05:30
committed by GitHub
parent e255c46455
commit 2d6282cf8b
4 changed files with 37 additions and 18 deletions

View File

@@ -190,10 +190,11 @@ a {
@apply border-solid border-dividerDark;
@apply rounded;
@apply shadow-lg;
@apply max-w-[45vw] #{!important};
.tippy-content {
@apply flex flex-col;
@apply max-h-56;
@apply max-h-[45vh];
@apply items-stretch;
@apply overflow-y-auto;
@apply text-secondary text-body;
@@ -201,6 +202,10 @@ a {
@apply leading-normal;
@apply focus:outline-none;
scroll-behavior: smooth;
& > span {
@apply block #{!important};
}
}
.tippy-svg-arrow {