From 1249c7734f8d58624bea67820ef8b4823a4d2236 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Mon, 16 Nov 2015 14:58:36 +0100 Subject: [PATCH] chat client: fix chat css --- public/assets/chat/chat.css | 1 - public/assets/chat/chat.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/public/assets/chat/chat.css b/public/assets/chat/chat.css index 2c329ddf0..1bbf8a852 100644 --- a/public/assets/chat/chat.css +++ b/public/assets/chat/chat.css @@ -30,7 +30,6 @@ background: #379ad7; color: white; line-height: 2.5em; - height: 2.5em; box-shadow: 0 -1px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.3) inset, 0 -1px rgba(0, 0, 0, 0.1) inset, 0 1px 1px rgba(0, 0, 0, 0.13); position: relative; border-radius: 5px 5px 0 0; diff --git a/public/assets/chat/chat.scss b/public/assets/chat/chat.scss index d9eb5daac..1c7ef2a04 100644 --- a/public/assets/chat/chat.scss +++ b/public/assets/chat/chat.scss @@ -28,7 +28,6 @@ background: hsl(203,67%,53%); color: white; line-height: 2.5em; - height: 2.5em; box-shadow: 0 -1px rgba(0,0,0,.1), 0 1px rgba(255,255,255,.3) inset,