design: fix top view

This commit is contained in:
Julien Calixte
2026-02-15 21:23:18 +01:00
parent 1644f241d4
commit c9ce61769d

View File

@@ -122,7 +122,7 @@ watch(
.back-button { .back-button {
position: absolute; position: absolute;
left: 1.5rem; left: 1.5rem;
top: 0.4rem; top: 0.5rem;
display: flex; display: flex;
align-items: center; align-items: center;
} }
@@ -133,7 +133,7 @@ watch(
.badge-author { .badge-author {
position: absolute; position: absolute;
top: 0.4rem; top: 0.5rem;
right: 2rem; right: 2rem;
} }