Fontsize PR for Issue #429 (#430)

* adding font size

* removing trash

* moving font menu

* chore: revert port change in compose

---------

Co-authored-by: Henry <henry_ball@hotmail.co.uk>
This commit is contained in:
Andy Clemenko
2026-03-13 18:43:50 -04:00
committed by GitHub
parent 2360c5075d
commit 29080fa851
6 changed files with 122 additions and 13 deletions

View File

@@ -2,6 +2,10 @@
@tailwind components;
@tailwind utilities;
html {
font-size: 14px;
}
[contenteditable="true"]:empty:before {
content: attr(placeholder);
display: block;