1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

Fix layout issue with top right icons

This commit is contained in:
Andrew Kingston 2020-10-20 11:44:59 +01:00
parent 13b0e96dfe
commit 2772892492

View file

@ -127,6 +127,9 @@
.toprightnav {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
}
.topleftnav {