Merge pull request 'Preview: set font-size on preview content' (#2349) from gusted/forgejo-preview-fontsize into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2349
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
Gusted 2024-02-15 16:14:37 +00:00
commit 1e364cc21f
1 changed files with 4 additions and 0 deletions

View File

@ -153,6 +153,10 @@
min-height: 168px;
}
.comment-code-cloud .ui.tab.markup {
font-size: 14px;
}
.comment-code-cloud .ui.tabular.menu {
margin: 0.5em;
}