Skip to content

Commit

Permalink
extension of md, including searchable lists
Browse files Browse the repository at this point in the history
  • Loading branch information
HereThereBeDragons committed Aug 4, 2023
1 parent 5f02360 commit 8b6005a
Show file tree
Hide file tree
Showing 5 changed files with 376 additions and 112 deletions.
28 changes: 28 additions & 0 deletions _static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,32 @@

.wy-table-responsive {
overflow: visible !important;
}


.wrapper {
position: relative;
display: inline-block;
width: 100%;
height: 40px;
}

.description {
width: 95%;
text-overflow: clip;
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
height: 40px;
}

.btn {
/* margin: 0; padding: 0 0 0 -30px; */
background-color: transparent; border-width: 0; outline-width: 0;
font-size: 20px; color: #2f58df;
position: absolute;
/* bottom: 15px; */
right: 5%;
cursor: pointer;
}
Loading

0 comments on commit 8b6005a

Please sign in to comment.