Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Extract changes from #1930
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Oct 21, 2022
1 parent 67e9a39 commit 4dae420
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/VAudioTrack/layouts/VFullLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
as="VLink"
:href="audio.foreign_landing_url"
size="disabled"
class="order-1 self-center px-6 py-3 text-sr font-semibold ms-auto md:px-6 md:py-4 md:text-2xl lg:order-2"
class="order-1 px-6 py-3 text-sr font-semibold ms-auto md:px-6 md:py-4 md:text-2xl lg:order-2"
>
{{ $t('audio-details.weblink') }}
<VIcon
Expand Down
2 changes: 1 addition & 1 deletion src/components/VButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Component
:is="as"
:type="typeRef"
class="group flex appearance-none items-center justify-center rounded-sm no-underline ring-offset-1 transition-shadow duration-100 ease-linear focus:outline-none"
class="group flex appearance-none items-center justify-center self-center rounded-sm no-underline ring-offset-1 transition-shadow duration-100 ease-linear focus:outline-none"
:class="[
$style.button,
$style[variant],
Expand Down
2 changes: 1 addition & 1 deletion src/pages/image/_id.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<VButton
as="VLink"
:href="image.foreign_landing_url"
class="description-bold md:heading-6 mb-4 w-full flex-initial self-center md:mb-0 md:w-max"
class="description-bold md:heading-6 mb-4 w-full flex-initial md:mb-0 md:w-max"
size="large"
>
{{ $t('image-details.weblink') }}
Expand Down

0 comments on commit 4dae420

Please sign in to comment.