This commit is contained in:
Timothy Jaeryang Baek 2025-09-22 20:03:44 -04:00
parent e4e97e727e
commit 2771c26729
7 changed files with 7 additions and 7 deletions

View file

@ -45,7 +45,7 @@
</script> </script>
<div id="tab-about" class="flex flex-col h-full justify-between space-y-3 text-sm mb-6"> <div id="tab-about" class="flex flex-col h-full justify-between space-y-3 text-sm mb-6">
<div class=" space-y-3 overflow-y-scroll max-h-[28rem] lg:max-h-full"> <div class=" space-y-3 overflow-y-scroll max-h-[28rem] md:max-h-full">
<div> <div>
<div class=" mb-2.5 text-sm font-medium flex space-x-2 items-center"> <div class=" mb-2.5 text-sm font-medium flex space-x-2 items-center">
<div> <div>

View file

@ -117,7 +117,7 @@
</script> </script>
<div id="tab-account" class="flex flex-col h-full justify-between text-sm"> <div id="tab-account" class="flex flex-col h-full justify-between text-sm">
<div class=" overflow-y-scroll max-h-[28rem] lg:max-h-full"> <div class=" overflow-y-scroll max-h-[28rem] md:max-h-full">
<input <input
id="profile-image-input" id="profile-image-input"
bind:this={profileImageInputElement} bind:this={profileImageInputElement}

View file

@ -175,7 +175,7 @@
dispatch('save'); dispatch('save');
}} }}
> >
<div class=" space-y-3 overflow-y-scroll max-h-[28rem] lg:max-h-full"> <div class=" space-y-3 overflow-y-scroll max-h-[28rem] md:max-h-full">
<div> <div>
<div class=" mb-1 text-sm font-medium">{$i18n.t('STT Settings')}</div> <div class=" mb-1 text-sm font-medium">{$i18n.t('STT Settings')}</div>

View file

@ -117,7 +117,7 @@
<ArchivedChatsModal bind:show={showArchivedChatsModal} onUpdate={handleArchivedChatsChange} /> <ArchivedChatsModal bind:show={showArchivedChatsModal} onUpdate={handleArchivedChatsChange} />
<div id="tab-chats" class="flex flex-col h-full justify-between space-y-3 text-sm"> <div id="tab-chats" class="flex flex-col h-full justify-between space-y-3 text-sm">
<div class=" space-y-2 overflow-y-scroll max-h-[28rem] lg:max-h-full"> <div class=" space-y-2 overflow-y-scroll max-h-[28rem] md:max-h-full">
<div class="flex flex-col"> <div class="flex flex-col">
<input <input
id="chat-import-input" id="chat-import-input"

View file

@ -191,7 +191,7 @@
</script> </script>
<div class="flex flex-col h-full justify-between text-sm" id="tab-general"> <div class="flex flex-col h-full justify-between text-sm" id="tab-general">
<div class=" overflow-y-scroll max-h-[28rem] lg:max-h-full"> <div class=" overflow-y-scroll max-h-[28rem] md:max-h-full">
<div class=""> <div class="">
<div class=" mb-1 text-sm font-medium">{$i18n.t('WebUI Settings')}</div> <div class=" mb-1 text-sm font-medium">{$i18n.t('WebUI Settings')}</div>

View file

@ -306,7 +306,7 @@
}} }}
/> />
<div class=" space-y-3 overflow-y-scroll max-h-[28rem] lg:max-h-full"> <div class=" space-y-3 overflow-y-scroll max-h-[28rem] md:max-h-full">
<div> <div>
<h1 class=" mb-2 text-sm font-medium">{$i18n.t('UI')}</h1> <h1 class=" mb-2 text-sm font-medium">{$i18n.t('UI')}</h1>

View file

@ -30,7 +30,7 @@
dispatch('save'); dispatch('save');
}} }}
> >
<div class="py-1 overflow-y-scroll max-h-[28rem] lg:max-h-full"> <div class="py-1 overflow-y-scroll max-h-[28rem] md:max-h-full">
<div> <div>
<div class="flex items-center justify-between mb-1"> <div class="flex items-center justify-between mb-1">
<Tooltip <Tooltip