mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-01 12:46:07 +00:00
web/layout: more global styling for long-text-noto
This commit is contained in:
parent
bf73f512e2
commit
e074dd5b89
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue