fix: large spacing + padding issue in input box

This commit is contained in:
Siddhant Rai
2024-06-25 17:58:16 +05:30
parent a6ff606cae
commit 85c648da6c
2 changed files with 6 additions and 1 deletions

View File

@@ -412,3 +412,8 @@ template {
.bottom-safe {
bottom: env(safe-area-inset-bottom, 0);
}
.inputbox-style[contenteditable] {
padding-left: 36px;
padding-right: 36px;
}