Center icons in menu bar.

pull/5573/head
Richard Lewis 2017-11-10 17:26:57 +00:00
parent 7eeb7babc4
commit 53143cb033
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@ limitations under the License.
.mx_AppTileMenuBarWidgets {
float: right;
display: flex;
flex-direction: row;
align-items: center;
}
.mx_AppTileMenuBarWidget {
// pointer-events: none;