Skip to content

Commit 29077dc

Browse files
committed
fix(timeline): separators alignment
1 parent 696780d commit 29077dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/app-frontend/src/features/timeline/Timeline.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ export default defineComponent({
361361
>
362362
<template #left>
363363
<div class="flex flex-col h-full">
364-
<div class="h-8 flex-none border-b border-gray-200 dark:border-gray-800 box-content flex items-center">
364+
<div class="h-8 flex-none border-b border-gray-200 dark:border-gray-800 flex items-center">
365365
<VueDropdown>
366366
<template #trigger>
367367
<VueButton

packages/app-frontend/src/features/timeline/TimelineEventList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export default defineComponent({
229229
v-model="filter"
230230
icon-left="search"
231231
:placeholder="`Filter ${selectedLayer.label}`"
232-
class="search flat"
232+
class="search flat h-[31px]"
233233
/>
234234
</div>
235235

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy