Workflow updating files of rmtimes

This commit is contained in:
RanchiMall Dev 2024-01-17 20:38:06 +00:00
parent b47ce0fb1c
commit e769be382d
3 changed files with 4 additions and 12 deletions

View File

@ -229,10 +229,9 @@ h6 {
.breakable { .breakable {
overflow-wrap: break-word; overflow-wrap: break-word;
word-wrap: break-word; word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-word; word-break: break-word;
-webkit-hyphens: auto; -webkit-hyphens: auto;
hyphens: auto; hyphens: auto;
} }
.full-bleed { .full-bleed {
@ -1056,6 +1055,7 @@ theme-toggle {
#article p { #article p {
font-size: 1.05rem; font-size: 1.05rem;
line-height: 1.7; line-height: 1.7;
white-space: pre-line;
} }
#preview_popup p *, #preview_popup p *,
#article p * { #article p * {

File diff suppressed because one or more lines are too long

View File

@ -237,11 +237,7 @@ h6 {
.breakable { .breakable {
overflow-wrap: break-word; overflow-wrap: break-word;
word-wrap: break-word; word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-word; word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto; hyphens: auto;
} }
@ -1001,11 +997,9 @@ theme-toggle {
} }
&:active { &:active {
-webkit-transform: none;
transform: none; transform: none;
.icon { .icon {
-webkit-transform: scale(0.7);
transform: scale(0.7); transform: scale(0.7);
} }
} }
@ -1018,10 +1012,7 @@ theme-toggle {
& .icon { & .icon {
grid-area: 1/1; grid-area: 1/1;
fill: var(--like-color); fill: var(--like-color);
-webkit-transition: -webkit-transform 0.2s;
transition: -webkit-transform 0.2s;
transition: transform 0.2s; transition: transform 0.2s;
transition: transform 0.2s, -webkit-transform 0.2s;
} }
} }
@ -1107,6 +1098,7 @@ theme-toggle {
p { p {
font-size: 1.05rem; font-size: 1.05rem;
line-height: 1.7; line-height: 1.7;
white-space: pre-line;
* { * {
line-height: inherit; line-height: inherit;