Extra networks: support .txt description sidecar file

This commit is contained in:
Aarni Koskela
2023-03-06 21:14:06 +02:00
parent 49b1dc5e07
commit 06f167da37
7 changed files with 31 additions and 0 deletions
+11
View File
@@ -939,6 +939,17 @@ footer {
line-break: anywhere;
}
.extra-network-cards .card .actions .description {
display: block;
max-height: 3em;
white-space: pre-wrap;
line-height: 1.1;
}
.extra-network-cards .card .actions .description:hover {
max-height: none;
}
.extra-network-cards .card .actions:hover .additional{
display: block;
}