summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-11-20 17:44:08 +0300
committerAndrew Dolgov <[email protected]>2021-11-20 17:44:08 +0300
commit2a036cb09c3b8a946373e7f322d13dcb4e9332cd (patch)
tree4cfb186b37a4c780a8dc5610e9d385e9d13baf4a
parentf15acceecd8d8651a1dc4726c03347522032f571 (diff)
fix titleWrap
-rw-r--r--init.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.css b/init.css
index d05c2aa..76b6464 100644
--- a/init.css
+++ b/init.css
@@ -4,7 +4,9 @@
}
.cdm .titleWrap {
- display : none;
+ opacity : 0;
+ overflow: hidden;
+ white-space: nowrap ! important;
}
.cdm .content-inner a.card-title {