aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2015-11-19 19:16:05 +0300
committerGravatar Vitaly Takmazov2015-11-19 19:16:05 +0300
commit8f3627dd218f618201d093f7a83ed9ff4f332a98 (patch)
tree68ee645859cfd52936fddeaf5ac9d53fd914038f /src
parent684e2cce673ddb3282094e73dbbda84186747f0e (diff)
fix new message inputs width on mobile
Diffstat (limited to 'src')
-rw-r--r--src/main/webapp/style.css2
1 files changed, 1 insertions, 1 deletions
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; }