delete header

This commit is contained in:
Andrey Kondratev
2025-08-29 10:25:43 +05:00
parent 3fb0d43221
commit 6bde4bfd4c
3 changed files with 15 additions and 40 deletions

View File

@@ -63,29 +63,6 @@ body {
flex-direction: column;
}
/* Navigation */
.tg-navigation {
position: sticky;
top: 0;
z-index: 100;
background: var(--tg-color-bg);
border-bottom: 1px solid var(--tg-color-secondary-bg);
padding: var(--tg-spacing-lg);
}
.tg-navigation__title {
font-size: var(--tg-font-size-xl);
font-weight: 600;
color: var(--tg-color-text);
display: flex;
align-items: center;
gap: var(--tg-spacing-sm);
}
.tg-navigation__title-icon {
font-size: var(--tg-font-size-xxl);
}
/* Content area */
.tg-content {
flex: 1;