...
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()); dispatch(getPosts());
cancelPost(); cancelPost();
setDisplayAdd(false); setDisplayAdd(false);
window.location.reload(); /*window.location.reload();*/
}else { }else {
alert("Veuillez compléter tous les champs.") alert("Veuillez compléter tous les champs.")
} }

@ -59,21 +59,6 @@
ul { ul {
margin: 20px 0 0; margin: 20px 0 0;
max-height: 500px; 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 { li {
display: grid; display: grid;

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

Loading…
Cancel
Save