fix: hide invisible link and show ellipsis

This commit is contained in:
Ayo Ayco 2024-04-24 14:53:35 +02:00
parent cb85e3d3f7
commit 9f9a55d776

View file

@ -49,6 +49,14 @@
.card_content { .card_content {
& .invisible {
display: none;
}
& .ellipsis::after {
content: '...'
}
& *:not(.meta, .descendant *) { & *:not(.meta, .descendant *) {
margin-bottom: 1em; margin-bottom: 1em;
} }
@ -80,7 +88,7 @@
display: inline; display: inline;
width: 50px; width: 50px;
} }
</style> </style>
</head> </head>
<body> <body>