Fix layout issue with top right icons
This commit is contained in:
parent
13b0e96dfe
commit
2772892492
|
@ -127,6 +127,9 @@
|
|||
|
||||
.toprightnav {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.topleftnav {
|
||||
|
|
Loading…
Reference in New Issue