From 4f57aed2bdd158a95e63528956639dc4e09e09c4 Mon Sep 17 00:00:00 2001 From: Ev Bogue Date: Sat, 23 Nov 2019 19:03:39 -0600 Subject: add a media query for small screens so composer is visible --- css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index 2aedb05..e2bf78e 100644 --- a/css/style.css +++ b/css/style.css @@ -36,7 +36,6 @@ hr { margin-bottom: .9em; } - #screen { position: absolute; top: 35px; @@ -51,6 +50,10 @@ hr { margin-left: auto; } +@media only screen and (max-width: 480px) { + #screen { top: 57px; } +} + .right { float: right;} .message, .profile { -- cgit v1.2.3-70-g09d2