web/layout: more global styling for long-text-noto

This commit is contained in:
wukko 2024-08-06 14:50:12 +06:00
parent bf73f512e2
commit e074dd5b89
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2
2 changed files with 15 additions and 15 deletions

View file

@ -162,19 +162,4 @@
.changelog-body {
width: 100%;
}
.changelog-body :global(ul) {
padding-inline-start: 30px;
}
.changelog-body :global(li) {
padding-left: 3px;
}
@media screen and (max-width: 535px) {
.changelog-body,
.changelog-body :global(*) {
font-size: 14px;
}
}
</style>

View file

@ -443,6 +443,21 @@
-webkit-user-select: text;
}
:global(.long-text-noto ul) {
padding-inline-start: 30px;
}
:global(.long-text-noto li) {
padding-left: 3px;
}
@media screen and (max-width: 535px) {
:global(.long-text-noto),
:global(.long-text-noto *) {
font-size: 14px;
}
}
[data-reduce-motion="true"] :global(*) {
animation: none !important;
transition: none !important;