fix: hide invisible link and show ellipsis
This commit is contained in:
parent
cb85e3d3f7
commit
9f9a55d776
1 changed files with 9 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue