Skip to content

Commit

Permalink
style: small css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldotyu committed Apr 6, 2024
1 parent 0666ecd commit 86c9bfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/store-admin/src/components/ProductForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,8 @@ ul {
width: 100%;
color: #ff0000;
}
.ai-button {
height: 60px;
}
</style>
2 changes: 1 addition & 1 deletion src/store-admin/src/components/TopNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ nav {
padding-top: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
padding-bottom: 0.25rem;
padding-bottom: 1px;
position: fixed;
top: 0;
left: 0;
Expand Down

0 comments on commit 86c9bfa

Please sign in to comment.