mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Center icons in menu bar.
This commit is contained in:
parent
7eeb7babc4
commit
53143cb033
@ -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 New Issue
Block a user