Skip to content

Commit

Permalink
feat: ✨ Optimize settings page style
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenull committed Dec 2, 2022
1 parent 4945430 commit b9e3e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Settings/index.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
@apply w-full h-full overflow-auto absolute top-0 left-0 flex flex-col;
transition: all 0.3s ease-in-out;
opacity: 0;
padding: 4px;

&.show {
opacity: 1;
Expand Down

0 comments on commit b9e3e17

Please sign in to comment.