New design for long names

This commit is contained in:
wmwragg 2016-08-02 14:46:31 +01:00
parent ef5ea46830
commit 472acd4792
4 changed files with 44 additions and 24 deletions

View file

@ -25,8 +25,8 @@ limitations under the License.
color: #3d3b39;
font-weight: 600;
font-size: 13px;
padding-left: 12px;
padding-right: 12px;
padding-left: 18px;
padding-right: 18px;
margin-top: 8px;
margin-bottom: 4px;
cursor: pointer;

View file

@ -16,8 +16,8 @@ limitations under the License.
.mx_RoomDropTarget {
font-size: 13px;
margin-left: 10px;
margin-right: 15px;
margin-left: 18px;
margin-right: 18px;
padding-top: 5px;
padding-bottom: 5px;
border: 1px dashed #76cfa6;
@ -28,6 +28,7 @@ limitations under the License.
.collapsed .mx_RoomDropTarget {
margin-right: 10px;
margin-left: 10px;
}
.mx_RoomDropTarget_placeholder {