New function : shortenLink

This commit is contained in:
Divlo
2019-12-11 20:46:57 +01:00
parent 3e3f13d079
commit d07f03724b
16 changed files with 298 additions and 25 deletions

View File

@ -102,6 +102,14 @@ pre code {
line-height: 2;
}
.original-link-list {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 200px;
vertical-align: middle;
}
/* FOOTER */
footer
{