1
0
Fork 0
forked from forgejo/forgejo

Add markdown preview to Submit Review Textarea (#24672)

Before:

![image](2909352c-b2ab-4d77-b410-9f08c2f5a154)

After:

![image](9448fa75-e29b-4f95-a30f-03c73c083a83)

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
yp05327 2023-05-12 19:53:41 +09:00 committed by GitHub
parent a96c73f979
commit b5c26fa825
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 7 deletions

View file

@ -29,10 +29,6 @@
color: var(--color-tooltip-text);
}
.tippy-box[data-theme="menu"] .ui.menu {
border: none;
}
.tippy-content {
position: relative;
padding: 1rem;