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

Commit

Permalink
Remove padding overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonfagan committed Oct 5, 2023
1 parent 5432b15 commit b827196
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/lib/views/BottomNavigationView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$: infoText = $t('Info');
</script>

<div class="btm-nav pb-0 bg-indigo-50 upward-shadow box-content inset-bottom lg:hidden">
<div class="btm-nav bg-indigo-50 upward-shadow box-content lg:hidden">
<button
class="bg-transparent"
class:active={$activeScreen === Screen.catalog}
Expand Down Expand Up @@ -62,10 +62,6 @@
</div>

<style>
.inset-bottom {
padding-bottom: env(safe-area-inset-bottom);
}
.upward-shadow {
box-shadow: 0 -1px 4px rgba(50, 50, 50, 0.2);
}
Expand Down

0 comments on commit b827196

Please sign in to comment.