mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-24 19:59:36 +00:00
Fix safari text area horizontal resizing
This commit is contained in:
4
dist/birb.js
vendored
4
dist/birb.js
vendored
@@ -357,8 +357,8 @@ const STYLESHEET = `@font-face {
|
||||
height: 100%;
|
||||
padding: 10px !important;
|
||||
resize: both !important;
|
||||
min-width: 100% !important;
|
||||
min-height: 130px !important;
|
||||
min-width: 175px !important;
|
||||
min-height: 135px !important;
|
||||
box-sizing: border-box !important;
|
||||
font-family: "Monocraft", monospace !important;
|
||||
font-size: 14px !important;
|
||||
|
||||
Reference in New Issue
Block a user