fix: infinity loop cause by change layout, adjust style

This commit is contained in:
lenhanphung
2025-09-24 14:22:36 +07:00
parent 48ca3fb834
commit 5a9a34d0d3
7 changed files with 105 additions and 84 deletions
+2 -2
View File
@@ -49,7 +49,7 @@
.menubar-item {
display: flex;
align-items: center;
width: calc(330px - .5rem);
width: calc(330px - 0.5rem);
}
.logo {
@@ -104,4 +104,4 @@
display: flex;
justify-content: flex-end;
align-items: center;
}
}