align (+) button and aggregated badge on section header

pull/21833/head
Bruno Windels 2018-10-22 18:18:36 +02:00
parent 59fe5ee91f
commit e8048930c4
1 changed files with 4 additions and 1 deletions

View File

@ -73,10 +73,13 @@ limitations under the License.
filter: brightness($focus-brightness);
}
.mx_RoomSubList_addRoom, .mx_RoomSubList_badge {
margin: 5px;
}
.mx_RoomSubList_addRoom {
background-color: $roomheader-addroom-color;
color: $roomsublist-background;
margin: 5px 10px;
border-radius: 9px;
text-align: center;
vertical-align: middle;