chore: minor ui improvements

This commit is contained in:
Liyas Thomas
2022-12-29 11:10:16 +05:30
parent 51e40581b0
commit acafc072db
2 changed files with 6 additions and 2 deletions

View File

@@ -501,6 +501,10 @@ pre.ace_editor {
@apply rounded; @apply rounded;
@apply ml-2; @apply ml-2;
@apply px-1; @apply px-1;
@apply min-w-5;
@apply min-h-5;
@apply items-center;
@apply justify-center;
@apply border border-dividerDark; @apply border border-dividerDark;
@apply shadow-sm; @apply shadow-sm;
@apply <sm:hidden; @apply <sm:hidden;

View File

@@ -46,10 +46,10 @@ export function createHoppApp(el: string | Element, platformDef: PlatformDef) {
console.info( console.info(
"%cWE ♥️ OPEN SOURCE", "%cWE ♥️ OPEN SOURCE",
"margin:8px 0;font-family:Inter;font-weight:600;font-size:60px;color:violet;" "margin:8px 0;font-family:sans-serif;font-weight:600;font-size:60px;color:violet;"
) )
console.info( console.info(
"%cContribute: https://github.com/hoppscotch/hoppscotch", "%cContribute: https://github.com/hoppscotch/hoppscotch",
"margin:8px 0;font-family:Inter;font-weight:500;font-size:24px;color:violet;" "margin:8px 0;font-family:sans-serif;font-weight:500;font-size:24px;color:violet;"
) )
} }