fix: minor ui improvements (#3603)

This commit is contained in:
Liyas Thomas
2023-11-29 22:45:40 +05:30
committed by GitHub
parent 60bfb6fe2c
commit 1cc845e17d
9 changed files with 37 additions and 27 deletions

View File

@@ -1,10 +1,10 @@
<template>
<div class="flex flex-col flex-1 overflow-auto whitespace-nowrap">
<div class="flex flex-1 flex-col overflow-auto whitespace-nowrap">
<div
v-if="
response && response.length === 1 && response[0].type === 'response'
"
class="flex flex-col flex-1"
class="flex flex-1 flex-col"
>
<div
class="sticky top-0 z-10 flex flex-shrink-0 items-center justify-between overflow-x-auto border-b border-dividerLight bg-primary pl-4"