fix: broken sticky sections on font size

This commit is contained in:
liyasthomas
2021-08-04 01:00:06 +05:30
parent d0c0a543cf
commit b03565a816
27 changed files with 128 additions and 54 deletions

View File

@@ -72,7 +72,7 @@ body {
}
.material-icons {
font-size: 1rem !important;
font-size: 1rem;
}
.svg-icons {
@@ -144,6 +144,11 @@ a {
}
}
[interactive] > div {
@apply flex;
@apply h-full;
}
.tippy-content > div {
@apply flex flex-col;
@apply max-h-48;
@@ -215,11 +220,13 @@ pre.ace_editor {
&::after {
@apply absolute;
@apply inline-block;
@apply flex;
@apply inset-y-0;
@apply items-center;
@apply justify-center;
@apply pointer-events-none;
@apply font-icon;
@apply text-secondaryLight;
@apply top-2.5;
@apply right-3;
content: "\e313";