1
0
Fork 0
mirror of synced 2024-06-30 12:00:31 +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 02207af4f0
commit 8ccaa86d01

View file

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