refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2024-11-12 22:43:18 -08:00
parent 17925361dd
commit d5435cb8b9
7 changed files with 7 additions and 7 deletions

View File

@ -43,7 +43,7 @@
</script> </script>
<div class="flex flex-col h-full justify-between space-y-3 text-sm mb-6"> <div class="flex flex-col h-full justify-between space-y-3 text-sm mb-6">
<div class=" space-y-3"> <div class=" space-y-3 overflow-y-scroll max-h-[28rem] lg: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

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

View File

@ -98,7 +98,7 @@
dispatch('save'); dispatch('save');
}} }}
> >
<div class=" space-y-3 pr-1.5 overflow-y-scroll"> <div class=" space-y-3 overflow-y-scroll max-h-[28rem] lg: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

@ -98,7 +98,7 @@
</script> </script>
<div class="flex flex-col h-full justify-between space-y-3 text-sm"> <div class="flex flex-col h-full justify-between space-y-3 text-sm">
<div class=" space-y-2"> <div class=" space-y-2 overflow-y-scroll max-h-[28rem] lg: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

@ -156,7 +156,7 @@
</script> </script>
<div class="flex flex-col h-full justify-between text-sm"> <div class="flex flex-col h-full justify-between text-sm">
<div class=" pr-1.5 overflow-y-scroll max-h-full"> <div class=" overflow-y-scroll max-h-[28rem] lg: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

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

View File

@ -31,7 +31,7 @@
dispatch('save'); dispatch('save');
}} }}
> >
<div class=" pr-1.5 py-1 overflow-y-scroll"> <div class="py-1 overflow-y-scroll max-h-[28rem] lg: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