fix: correct header alignment on mobile

هذا الالتزام موجود في:
Abdul Kareem
2026-03-23 02:27:50 +03:00
الأصل 1c013b6cf3
التزام dc508f1550

عرض الملف

@@ -133,14 +133,13 @@ textarea {
position: relative; position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-start; justify-content: space-between;
gap: 14px; gap: 14px;
min-height: 74px; min-height: 74px;
} }
.menu-toggle { .menu-toggle {
order: 3; flex: 0 0 auto;
margin-right: auto;
width: 52px; width: 52px;
height: 52px; height: 52px;
display: inline-flex; display: inline-flex;
@@ -183,14 +182,15 @@ textarea {
} }
.brand { .brand {
order: 1;
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
gap: 12px; gap: 12px;
color: var(--text-main); color: var(--text-main);
margin-inline-start: auto;
} }
.brand-logo { .brand-logo {
order: 2;
width: 52px; width: 52px;
height: 52px; height: 52px;
border-radius: 16px; border-radius: 16px;
@@ -198,10 +198,12 @@ textarea {
} }
.brand-copy { .brand-copy {
order: 1;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
line-height: 1.1; line-height: 1.1;
align-items: flex-start; align-items: flex-end;
text-align: right;
} }
.brand-name { .brand-name {