We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Разделы на странице участников отображаются на экранах > 1440px всего в колонки. А поместиться могут все 4!
Вот тут добавить ещё articles:
articles
platform/src/styles/blocks/person-page.css
Lines 124 to 135 in 23bf734
Чтобы получилось вот так:
@media (min-width: 1440px) { .person-page { --sidebar-size-end: 1fr; } .person-page__main { grid-template-areas: 'avatar header .' 'meta articles articles' '. footer footer'; } }
А вот тут max-width увеличить хотя бы до 1440px:
max-width
1440px
Lines 59 to 66 in 23bf734
The text was updated successfully, but these errors were encountered:
@skorobaeus, как тебе идея?
Sorry, something went wrong.
(астрологи объявили неделю просмотра старых ишью) Офигенная идея, это давно пора сделать 😅
No branches or pull requests
Проблема
Разделы на странице участников отображаются на экранах > 1440px всего в колонки. А поместиться могут все 4!
Как сейчас
Как вижу это я
Как я это сделал
Моё решение
Вот тут добавить ещё
articles
:platform/src/styles/blocks/person-page.css
Lines 124 to 135 in 23bf734
Чтобы получилось вот так:
А вот тут
max-width
увеличить хотя бы до1440px
:platform/src/styles/blocks/person-page.css
Lines 59 to 66 in 23bf734
The text was updated successfully, but these errors were encountered: