Vertically align menu bar items.

pull/5573/head
Richard Lewis 2017-11-10 20:12:30 +00:00
parent 31e0cde900
commit 43fb359d8f
1 changed files with 4 additions and 2 deletions

View File

@ -79,12 +79,14 @@ limitations under the License.
}
.mx_AppTileMenuBar {
// height: 15px;
margin: 0;
padding: 2px 10px;
// background-color: $e2e-verified-color;
border-bottom: 1px solid $primary-hairline-color;
font-size: 10px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.mx_AppTileMenuBarWidgets {