Ajout de PrismaDB pour les catégories + liens

This commit is contained in:
Sonny
2022-01-09 23:45:27 +01:00
parent e1f1f0d785
commit 27f1fcde81
9 changed files with 2400 additions and 2314 deletions

View File

@@ -26,7 +26,7 @@
& .items .item {
user-select: none;
cursor: pointer;
padding: 10px;
padding: 5px 10px;
border: 1px solid #dadce0;
border-bottom: 2px solid #dadce0;
border-radius: 3px;

View File

@@ -39,16 +39,25 @@
margin-bottom: 10px;
display: flex;
flex-direction: column;
transition: .15s;
transition: .05s;
&:hover {
border-bottom-color: #3f88c5;
transform: scale(1.01);
}
& .link-url {
& .link-name .link-category {
color: #bbb;
font-size: .80em;
font-size: .9em;
}
& .link-url {
width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: #bbb;
font-size: .8em;
}
}
}