diff options
author | Aarni Koskela <akx@iki.fi> | 2023-03-06 21:14:06 +0200 |
---|---|---|
committer | Aarni Koskela <akx@iki.fi> | 2023-03-06 21:15:33 +0200 |
commit | 06f167da37cd00ea8241bd2a6a3c12d8c5fb9eaf (patch) | |
tree | 725c73d1437be27703bcd04e9e0e86a067877290 /style.css | |
parent | 49b1dc5e07825e76c85ac4ac078fd63aa835e8bd (diff) |
Extra networks: support .txt description sidecar file
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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;
}
|