Fix top nav being off-center
This commit is contained in:
parent
818732250b
commit
303bb94eec
|
@ -228,7 +228,7 @@
|
||||||
.top-nav {
|
.top-nav {
|
||||||
flex: 0 0 60px;
|
flex: 0 0 60px;
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
padding-left: var(--spacing-xl);
|
padding: 0 var(--spacing-xl);
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr auto 1fr;
|
grid-template-columns: 1fr auto 1fr;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
@ -269,6 +269,7 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-right: calc(-1 * var(--spacing-xl));
|
||||||
}
|
}
|
||||||
|
|
||||||
.toprightnav :global(.avatars) {
|
.toprightnav :global(.avatars) {
|
||||||
|
|
Loading…
Reference in New Issue