Skip to content

Commit

Permalink
docs: add img border
Browse files Browse the repository at this point in the history
  • Loading branch information
junewgl committed Nov 28, 2023
1 parent c68bffa commit 9919cd3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ Select the knowledge base, click the `Create` button, and fill in the necessary


<p align="left">
<img src={'/img/chat_knowledge/create_knowledge_base.png'} width="720px" />
<img src={'/img/chat_knowledge/create_knowledge_base.png'} width="720px"/>
</p>


### Upload documents

Document addition currently supports multiple types, such as plain text, URL crawling, and various document types such as PDF, Word, and Markdown. Select a specific document to `upload`.
Expand Down
12 changes: 9 additions & 3 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
no-repeat;
}

.img {
padding: 3px;
border: 1px solid #2f15d6; }
img {
border: 2px solid #CCCCCC; border-radius: 8px; box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}

/* logo images are processed separately */
.navbar__logo img {
border: none;
box-shadow: none;
}

0 comments on commit 9919cd3

Please sign in to comment.