mirror of
https://github.com/wukko/cobalt.git
synced 2025-01-23 19:26:26 +01:00
web/layout: more global styling for long-text-noto
This commit is contained in:
parent
bf73f512e2
commit
e074dd5b89
2 changed files with 15 additions and 15 deletions
|
@ -162,19 +162,4 @@
|
||||||
.changelog-body {
|
.changelog-body {
|
||||||
width: 100%;
|
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>
|
</style>
|
||||||
|
|
|
@ -443,6 +443,21 @@
|
||||||
-webkit-user-select: text;
|
-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(*) {
|
[data-reduce-motion="true"] :global(*) {
|
||||||
animation: none !important;
|
animation: none !important;
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
|
|
Loading…
Reference in a new issue