From 762dd69f0a3b746479a1d92a6a12dd83c18c4704 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 15 Jan 2016 15:48:29 +0000 Subject: [PATCH] more bottom margin on editable roomheader --- .../vector/css/matrix-react-sdk/views/rooms/RoomHeader.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/skins/vector/css/matrix-react-sdk/views/rooms/RoomHeader.css b/src/skins/vector/css/matrix-react-sdk/views/rooms/RoomHeader.css index 4e53903c0..9b34e190b 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/rooms/RoomHeader.css +++ b/src/skins/vector/css/matrix-react-sdk/views/rooms/RoomHeader.css @@ -14,10 +14,10 @@ See the License for the specific language governing permissions and limitations under the License. */ -/* add 12px to the height of the header when editing */ +/* add 20px to the height of the header when editing */ .mx_RoomHeader_editing { - -webit-flex: 0 0 95px ! important; - flex: 0 0 95px ! important; + -webit-flex: 0 0 113px ! important; + flex: 0 0 113px ! important; } .mx_RoomHeader_wrapper {