preserving white space

This commit is contained in:
sairaj mote 2024-01-18 02:05:39 +05:30
parent 75e7b19bad
commit 6c5ebd5af6
3 changed files with 2 additions and 12 deletions

View File

@ -229,7 +229,6 @@ 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;

2
css/main.min.css vendored

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;
} }
} }