Move main JS into its own file

Fix Sass animations
When home button clicked from image view, it'll scroll down automagically
This commit is contained in:
Michał Gdula 2023-01-26 14:43:08 +00:00
parent 34d6dca2a9
commit 792cbd1884
13 changed files with 387 additions and 405 deletions

View file

@ -19,7 +19,7 @@
flex-direction: column
gap: 0.3rem
z-index: 70
z-index: 621
.sniffle__notification
margin: 0
@ -27,6 +27,7 @@
width: 450px
height: auto
max-height: 100px
display: flex
flex-direction: row
@ -90,8 +91,9 @@
left: 0px
background-color: $white
opacity: 0
animation: notificationTimeout 4.9s linear
animation: notificationTimeout 5.1s linear
.sniffle__notification--success
@include notification($succes)
@ -110,6 +112,9 @@
transform: scale(1)
.sniffle__notification--hide
margin-bottom: -0.3rem // compensate for gap
max-height: 0 // prevent divs from jumping when removed
opacity: 0
transform: translateX(100%)