Skip to content

Commit edb43e9

Browse files
committed
Add border around dashboard layout
1 parent d220112 commit edb43e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/dashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ onUnmounted(() => {
4646
</script>
4747

4848
<template>
49-
<div class="dashboard flex flex-col lg:flex-row h-screen w-screen min-h-0 min-w-0 overflow-hidden">
49+
<div class="dashboard flex flex-col lg:flex-row h-screen w-screen min-h-0 min-w-0 overflow-hidden border-t border-layer">
5050
<Gutter :show="isPrimaryGutterShowing" :size="256" class="hidden lg:flex">
5151
<TheLeftSidebar class="flex flex-grow flex-shrink overflow-hidden w-full" />
5252
</Gutter>

0 commit comments

Comments
 (0)