mirror of https://github.com/vector-im/riot-web
Center icons in menu bar.
parent
7eeb7babc4
commit
53143cb033
|
@ -89,6 +89,9 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_AppTileMenuBarWidgets {
|
.mx_AppTileMenuBarWidgets {
|
||||||
float: right;
|
float: right;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
.mx_AppTileMenuBarWidget {
|
.mx_AppTileMenuBarWidget {
|
||||||
// pointer-events: none;
|
// pointer-events: none;
|
||||||
|
|
Loading…
Reference in New Issue