commit 01b8348dde9a7aa8237421ad4053e7e7bf9c01b2
parent ca193ae4c63472ce1515c0129282d582206bb249
Author: William Casarin <jb55@jb55.com>
Date: Fri, 11 Nov 2022 17:24:24 -0800
web: bigger input box on mobile
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/web/index.html b/web/index.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Damus</title>
- <link rel="stylesheet" href="styles.css?v=104">
+ <link rel="stylesheet" href="styles.css?v=105">
<link rel="stylesheet" href="damus.css?v=210">
<link rel="stylesheet" href="fontawesome.css?v=2">
</head>
diff --git a/web/styles.css b/web/styles.css
@@ -330,4 +330,8 @@ input[type="text"].cw {
width: 44px;
height: 44px;
}
+
+ #newpost > :first-child {
+ width: 0;
+ }
}