mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
web/layout: more global styling for long-text-noto
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user