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
1 changed files with 3 additions and 0 deletions

View File

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