diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-10-29 06:37:23 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-10-29 06:37:23 +0000 |
| commit | c79da5c4565f664290aa43fa925f978eb2810a2d (patch) | |
| tree | f5331520871810507e4f6fe15a8bf455fcf7924d /src/App.scss | |
| parent | 3a3db35985ea8e2bb6babc92fcd247fc86df0309 (diff) | |
| parent | 237d95b0f73d9d20df0b8c4668110ce09a5527de (diff) | |
Merge branch '599' into 'develop'
Fix "Posts get cut off when there is not enough space to display them at the bottom"
Closes #599
See merge request pleroma/pleroma-fe!863
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index f20eb44c..2d10f1e7 100644 --- a/src/App.scss +++ b/src/App.scss @@ -39,10 +39,13 @@ h4 { text-align: center; } +html { + font-size: 14px; +} + body { font-family: sans-serif; font-family: var(--interfaceFont, sans-serif); - font-size: 14px; margin: 0; color: $fallback--text; color: var(--text, $fallback--text); |
