Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ useShortcuts({
<ButtonBase
type="button"
variant="secondary"
class="hidden lg:inline-flex shrink-0 gap-2 px-2.5 me-3"
class="hidden lg:inline-flex shrink-0 gap-2 ps-2.5 pe-1.25 py-1.25! me-3"
:aria-label="$t('shortcuts.command_palette')"
:title="$t('shortcuts.command_palette_description', { ctrlKey: $t('shortcuts.ctrl_key') })"
@click="openCommandPalette"
Expand Down
2 changes: 1 addition & 1 deletion app/components/Noodle/Pride1/Logo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</template>
<img
width="400"
class="mb-6 w-80 sm:w-140 max-w-full"
class="mb-6 w-80 sm:w-140 max-w-full mx-auto"
src="/extra/pride-1.svg"
:alt="$t('alt_logo')"
/>
Expand Down
2 changes: 1 addition & 1 deletion app/pages/package-timeline/[[org]]/[packageName].vue
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ useSeoMeta({
page="timeline"
/>

<div class="sticky top-24 z-1 bg-bg mt-8">
<div class="[@media(min-height:1024px)]:sticky top-24 z-1 bg-bg mt-8">
<div class="container w-full">
<div class="mx-auto">
<PackageTimelineChart
Expand Down
Loading