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