Skip to content
New issue

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

Ченджлог на главной: первое приближение #1286

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Делает короткую дату на мобильном реальностью
igsekor committed Aug 9, 2024

Verified

This commit was signed with the committer’s verified signature.
kisepichu きせ
commit d8483dcff3c35b6a3c8418e610fafe8b9a761f35
9 changes: 9 additions & 0 deletions src/styles/blocks/changelog.css
Original file line number Diff line number Diff line change
@@ -136,6 +136,15 @@
.changelog-item__time {
inline-size: fit-content;
justify-content: start;
text-indent: -9999px;
line-height: 0;
}

.changelog-item__time::before {
content: attr(data-mobile);
display: block;
text-indent: 0;
line-height: initial;
}

.changelog-item__title {