@@ -283,7 +283,6 @@ const toggleCollapse = () => {
.navbar {
display: flex;
justify-content: space-between;
- justify-self: end;
height: 100%;
background-color: var(--color-bg-2);
border-bottom: 1px solid var(--color-border);
@@ -134,6 +134,8 @@ onMounted(() => {
top: 0;
left: 0;
z-index: 99;
+ display: flex;
+ justify-content: end;
width: 100%;
height: @nav-size-height;
background-color: white;