Skip to content

Commit 271c54d

Browse files
extension of md, including searchable lists
1 parent 5f02360 commit 271c54d

File tree

4 files changed

+246
-112
lines changed

4 files changed

+246
-112
lines changed

_static/css/custom.css

+28
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,32 @@
1313

1414
.wy-table-responsive {
1515
overflow: visible !important;
16+
}
17+
18+
19+
.wrapper {
20+
position: relative;
21+
display: inline-block;
22+
width: 100%;
23+
height: 40px;
24+
}
25+
26+
.description {
27+
width: 95%;
28+
text-overflow: clip;
29+
display: -webkit-box;
30+
overflow: hidden;
31+
-webkit-line-clamp: 1;
32+
-webkit-box-orient: vertical;
33+
height: 40px;
34+
}
35+
36+
.btn {
37+
/* margin: 0; padding: 0 0 0 -30px; */
38+
background-color: transparent; border-width: 0; outline-width: 0;
39+
font-size: 20px; color: #2f58df;
40+
position: absolute;
41+
/* bottom: 15px; */
42+
right: 5%;
43+
cursor: pointer;
1644
}

0 commit comments

Comments
 (0)