diff --git a/src/components/FileViewer.vue b/src/components/FileViewer.vue index bc9e4bf..7e5f1a4 100644 --- a/src/components/FileViewer.vue +++ b/src/components/FileViewer.vue @@ -264,7 +264,7 @@ const mediaComponent = computed(() => { height: 100%; .tabs { - top: calc(50px + 49px + 30px); + top: calc(96px + 30px); position: sticky; z-index: 9; border-top: var(--tui-border); diff --git a/src/components/PushLogTimeline.vue b/src/components/PushLogTimeline.vue index cb8cc86..1722a25 100644 --- a/src/components/PushLogTimeline.vue +++ b/src/components/PushLogTimeline.vue @@ -26,8 +26,8 @@