...
continuous-integration/drone/push Build encountered an error Details

master
Darius BERTRAND 2 years ago
parent b6d8bf1b2c
commit e73c1bbf75

@ -19,7 +19,7 @@ const AjoutLien = () => {
dispatch(getPosts());
cancelPost();
setDisplayAdd(false);
window.location.reload();
/*window.location.reload();*/
}else {
alert("Veuillez compléter tous les champs.")
}

@ -59,21 +59,6 @@
ul {
margin: 20px 0 0;
max-height: 500px;
overflow-y: scroll;
overflow-x: hidden;
&::-webkit-scrollbar {
width: 2px;
}
&::-webkit-scrollbar-track {
background: $color-4;
}
&::-webkit-scrollbar-thumb {
background: $color-1;
}
&::-webkit-scrollbar-thumb:hover {
background: #555;
}
li {
display: grid;

@ -3,7 +3,7 @@
display: flex;
justify-content: center;
flex-direction: column;
margin-top: 2%;
margin-top: 0.2%;
margin-left: 5%;
text-indent: 1%;
text-align: justify;
@ -19,15 +19,15 @@
scrollbar-gutter: stable both-edges;
p{
animation-duration: 2s;
animation-duration: 1s;
animation-name: slide;
margin: 1.5%;
@keyframes slide {
from {
margin-top: 100%;
width: 50%;
margin-top: 80%;
width: 80%;
}
to {

Loading…
Cancel
Save