mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 07:25:35 +00:00
Ajout de PrismaDB pour les catégories + liens
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user