chore: minor ui improvements
This commit is contained in:
@@ -501,6 +501,10 @@ pre.ace_editor {
|
||||
@apply rounded;
|
||||
@apply ml-2;
|
||||
@apply px-1;
|
||||
@apply min-w-5;
|
||||
@apply min-h-5;
|
||||
@apply items-center;
|
||||
@apply justify-center;
|
||||
@apply border border-dividerDark;
|
||||
@apply shadow-sm;
|
||||
@apply <sm:hidden;
|
||||
|
||||
@@ -46,10 +46,10 @@ export function createHoppApp(el: string | Element, platformDef: PlatformDef) {
|
||||
|
||||
console.info(
|
||||
"%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(
|
||||
"%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;"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user