Merge pull request #107 from nocylah/nocylah-mobile-tweaks

Tweak elements for mobile experience
This commit is contained in:
Nick 2020-03-30 20:21:18 -04:00 committed by GitHub
commit 10c2590677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>{{ .Title }}</title>
<link rel="stylesheet" type="text/css" href="/static/css/hack/hack.css">
<link rel="stylesheet" type="text/css" href="/static/css/site.css">

View File

@ -302,7 +302,6 @@ input[type=text] {
}
#messages {
min-height: 15em;
color: var(--var-message-color);
overflow-y: scroll;
border: var(--var-border);