aboutsummaryrefslogtreecommitdiff
path: root/web/style/nodecard.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/style/nodecard.css')
-rw-r--r--web/style/nodecard.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/web/style/nodecard.css b/web/style/nodecard.css
index ab25dd3..5a48f8f 100644
--- a/web/style/nodecard.css
+++ b/web/style/nodecard.css
@@ -30,13 +30,21 @@
object-position: center;
width: 100%;
}
-.card .title {
+.card .title, .card .subtitle {
text-align: center;
margin-top: 0.5em;
text-align: center;
text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+}
+.card .subtitle {
+ margin-top: 0.25em;
+}
+.card .subtitle a {
+ color: var(--font-dark);
}
-.card .title a {
+.card .title a, .card .subtitle a {
text-decoration-line: none;
}
.card .title a:hover {