From 8f3627dd218f618201d093f7a83ed9ff4f332a98 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 19 Nov 2015 19:16:05 +0300 Subject: fix new message inputs width on mobile --- src/main/webapp/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/style.css b/src/main/webapp/style.css index c327a8b7..a1682458 100644 --- a/src/main/webapp/style.css +++ b/src/main/webapp/style.css @@ -229,7 +229,7 @@ blockquote { border-left: 1px dashed #CCC; margin: 10px 0 10px 10px; padding-lef #headdiv { padding: 0 10px; } #headdiv li { margin-right: 10px; } nav#actions { position: relative; right: auto; } - + #newmessage .img, #newmessage .tags { width: 100%; } #column { float: none; padding-top: 0; width: auto; margin: 0 10px; } article { margin-left: 0; overflow: auto; } -- cgit v1.2.3