mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
fix(web): monoca overload
This commit is contained in:
@@ -330,7 +330,7 @@ onMounted(() => {
|
||||
<div class="flex flex-1 min-h-0 overflow-hidden">
|
||||
<!-- File list -->
|
||||
<div
|
||||
class="overflow-auto border-border transition-all"
|
||||
class="overflow-auto border-border transition-colors"
|
||||
:class="openFile ? 'w-80 shrink-0 border-r' : 'w-full'"
|
||||
>
|
||||
<FileList
|
||||
|
||||
Reference in New Issue
Block a user