Center icons in menu bar.
This commit is contained in:
parent
7eeb7babc4
commit
53143cb033
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue