Browse Source

fix lastsites widget

main
matthew 2 years ago
parent
commit
d3e5cd1d0d
  1. 4
      searching-front/app/core/pages/Main/LastSitesWidget/styles.module.css

4
searching-front/app/core/pages/Main/LastSitesWidget/styles.module.css

@ -30,7 +30,7 @@
display: flex;
flex-direction: column;
transition: transform 1s ease-in-out;
/* animation: animateLastSites 40s ease-in-out 2s infinite alternate; */
animation: animateLastSites 40s ease-in-out 2s infinite alternate;
}
.sitesWrapperShadows:before {
@ -60,7 +60,7 @@
.button {
position: absolute;
top: 2px;
top: 12px;
background-color: var(--background_secondary) !important;
}

Loading…
Cancel
Save