From 9c215efcbf0c91cc5c84359010ae2c0136b0172f Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 25 Oct 2015 02:09:06 +0000 Subject: [PATCH] fix up header layout some more --- src/skins/vector/css/molecules/RoomHeader.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/skins/vector/css/molecules/RoomHeader.css b/src/skins/vector/css/molecules/RoomHeader.css index 312d56a7dc..e6b7fcdde2 100644 --- a/src/skins/vector/css/molecules/RoomHeader.css +++ b/src/skins/vector/css/molecules/RoomHeader.css @@ -102,8 +102,8 @@ limitations under the License. height: 28px; color: #454545; font-weight: 800; - font-size: 20px; - padding-left: 16px; + font-size: 24px; + padding-left: 8px; padding-right: 16px; text-overflow: ellipsis; } @@ -129,7 +129,7 @@ limitations under the License. } .mx_RoomHeader_nameEditing { - padding-left: 16px; + padding-left: 8px; padding-right: 16px; margin-top: -5px; } @@ -153,7 +153,7 @@ limitations under the License. max-height: 38px; color: #454545; font-weight: 300; - padding-left: 16px; + padding-left: 8px; padding-right: 16px; overflow: hidden; text-overflow: ellipsis;