mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
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:
commit
1e364cc21f
1 changed files with 4 additions and 0 deletions
|
@ -153,6 +153,10 @@
|
||||||
min-height: 168px;
|
min-height: 168px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comment-code-cloud .ui.tab.markup {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
.comment-code-cloud .ui.tabular.menu {
|
.comment-code-cloud .ui.tabular.menu {
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue