Skip to content

Commit

Permalink
Minor fixes for export button
Browse files Browse the repository at this point in the history
  • Loading branch information
mollyk committed Jan 15, 2025
1 parent 93d7f86 commit d8bfad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
}

.export-options-btns {
align-items: flex-start;
align-items: flex-end;
display: flex;
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
align-items: center;
justify-content: center;
padding: 6px 16px; /* Slightly larger for better usability */
width: max-content;
height: fit-content;
font-size: 15px;
font-weight: 600;
background: linear-gradient(90deg, #00758c, #00a6c0);
Expand Down

0 comments on commit d8bfad1

Please sign in to comment.