Merge pull request #107 from nocylah/nocylah-mobile-tweaks
Tweak elements for mobile experience
This commit is contained in:
commit
10c2590677
@ -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">
|
||||
|
@ -302,7 +302,6 @@ input[type=text] {
|
||||
}
|
||||
|
||||
#messages {
|
||||
min-height: 15em;
|
||||
color: var(--var-message-color);
|
||||
overflow-y: scroll;
|
||||
border: var(--var-border);
|
||||
|
Loading…
Reference in New Issue
Block a user