This commit is contained in:
Jeremy Thomas
2017-08-02 23:52:36 +01:00
parent 01972380a1
commit e06a098df6
5 changed files with 128 additions and 22 deletions

View File

@@ -6258,6 +6258,10 @@ a.navbar-item:hover, a.navbar-item.is-active,
transition-property: opacity, transform;
transition-property: opacity, transform, -webkit-transform;
}
.navbar-dropdown.is-right {
left: auto;
right: 0;
}
.navbar-divider {
display: block;
}

File diff suppressed because one or more lines are too long