Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin1999Stark committed Aug 29, 2024
1 parent a8b631f commit aa314a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Frontend/frontend/src/Views/InventoryShoppingList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function InventoryShoppingList() {
</section>
}
</section>
<span className='absolute left-0 right-0 py-1 bottom-20 bg-white'>
<span className='fixed left-0 right-0 py-1 bottom-20 bg-white'>
<ul className='relative flex flex-row justify-between mx-4 items-center bg-[#E8E9EB] rounded-full p-1'>
{/* Sliding background */}
<span
Expand Down
2 changes: 1 addition & 1 deletion Frontend/frontend/src/Views/ReceipePlanerView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ function ReceipePlanerView() {
}
<span className='py-6 h-8'>
</span>
<span className='absolute left-0 right-0 py-1 bottom-20 bg-white'>
<span className='fixed left-0 right-0 py-1 bottom-20 bg-white'>
<ul className='relative flex flex-row justify-between mx-4 items-center bg-[#E8E9EB] rounded-full p-1'>
<span
className='absolute top-1 bottom-1 left-1 w-1/2 bg-[#004A41] rounded-full transition-transform duration-300 ease-in-out'
Expand Down

0 comments on commit aa314a0

Please sign in to comment.