forked from forgejo/forgejo
[GITEA]: Improve profile readme rendering
- Tell the renderer to use the `document` mode, so it's consistent with other renderers. - Use the same padding as `.file-view.markup`, so it's consistent with other containers that contain markup rendering. - Resolves https://codeberg.org/forgejo/forgejo/issues/833
This commit is contained in:
parent
b4b5dc0071
commit
b39239f79c
2 changed files with 6 additions and 2 deletions
|
@ -122,7 +122,7 @@
|
|||
}
|
||||
|
||||
#readme_profile {
|
||||
padding: 10px;
|
||||
padding: 1em 2em;
|
||||
border-radius: 0.28571429rem;
|
||||
background: var(--color-card);
|
||||
border: 1px solid var(--color-secondary);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue