Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Fixed More Download Options button #1623

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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: 2 additions & 0 deletions pages/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,8 @@ useSeoMeta({
margin: 0 auto;
justify-content: center;
mask-image: none;
position: relative;
z-index: 20;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

20 seems overkill, 1 should do, right? 20 may appear on top of other elements that are attempting to cover the screen.


.outline-button {
color: var(--landing-color-heading);
Expand Down