Menu colour now changeable, and leave room item hooked up. Some additional CSS tweaks to fit current design changes

This commit is contained in:
wmwragg 2016-08-10 16:35:22 +01:00
parent f8fa19ed47
commit 9798e14733
7 changed files with 31 additions and 19 deletions

View file

@ -15,13 +15,14 @@ limitations under the License.
*/
.mx_RoomTagContextMenu_field {
padding-top: 8px;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 8px;
padding-bottom: 10px;
cursor: pointer;
white-space: nowrap;
display: flex;
align-items: center;
line-height: 10px;
}
.mx_RoomTagContextMenu_field:first-child {