fix: sse, refactor(ui): tabs, feat: help button

This commit is contained in:
liyasthomas
2021-08-05 11:06:37 +05:30
parent b2baeb0a5d
commit 20ffbe906f
10 changed files with 159 additions and 43 deletions

View File

@@ -89,6 +89,9 @@ a {
@apply outline-none;
@apply transition;
font-size: var(--body-font-size);
line-height: var(--body-line-height);
&.link {
@apply items-center;
@apply px-2 py-1;
@@ -151,7 +154,7 @@ a {
.tippy-content > div {
@apply flex flex-col;
@apply max-h-48;
@apply max-h-56;
@apply items-stretch;
@apply overflow-y-auto;
@@ -162,6 +165,7 @@ a {
hr {
@apply border-b border-dividerLight;
@apply my-2;
}
.heading {