This commit is contained in:
杜恒 2021-06-10 16:54:22 +08:00
parent 4fa8efe50d
commit a9bca11096
3 changed files with 14 additions and 24 deletions

File diff suppressed because one or more lines are too long

View File

@ -754,7 +754,7 @@
.motto {
color: var(--main);
text-align: center;
word-break: break-all;
word-break: break-word;
}
}
.count {
@ -1102,7 +1102,7 @@
/* autoprefixer: on */
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
word-break: break-word;
color: var(--minor);
font-size: 13px;
font-weight: 500;
@ -1238,7 +1238,7 @@
/* autoprefixer: on */
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
word-break: break-word;
color: var(--main);
font-size: 18px;
line-height: 24px;
@ -1269,7 +1269,7 @@
overflow: hidden;
text-overflow: ellipsis;
color: var(--minor);
word-break: break-all;
word-break: break-word;
line-height: 22px;
max-height: 44px;
opacity: 0.85;
@ -2225,7 +2225,7 @@
text-shadow: var(--text-shadow);
text-align: center;
margin-bottom: 15px;
word-break: break-all;
word-break: break-word;
}
&__count {
position: relative;
@ -2325,7 +2325,7 @@
&__article {
padding-top: 15px;
font-size: 15px;
word-break: break-all;
word-break: break-word;
color: var(--routine);
h1,
h2,
@ -2468,7 +2468,7 @@
color: #409eff;
padding: 0 8px;
vertical-align: top;
word-break: break-all;
word-break: break-word;
}
pre[class*='language-'] {
position: relative;
@ -2482,16 +2482,6 @@
overflow: auto;
padding: 0 15px 12px;
}
&::after {
// content: '';
// position: absolute;
// top: 0;
// left: 0;
// width: 100%;
// height: 30px;
// background: inherit;
// border-radius: var(--radius-inner) var(--radius-inner) 0 0;
}
&::before {
content: '';
position: absolute;
@ -2847,7 +2837,7 @@
.item {
color: var(--minor);
margin-bottom: 5px;
word-break: break-all;
word-break: break-word;
line-height: 22px;
&:last-child {
margin-bottom: 0;
@ -2931,7 +2921,7 @@
overflow: hidden;
padding: 15px;
color: #fff;
word-break: break-all;
word-break: break-word;
transition: transform 0.35s, box-shadow 0.35s;
&:hover {
transform: translateY(-5px) scale(1.025);
@ -3021,7 +3011,7 @@
.content {
height: 140px;
overflow-y: auto;
word-break: break-all;
word-break: break-word;
line-height: 24px;
color: #fff;
.draw_image {
@ -3425,7 +3415,7 @@
border-radius: 0 var(--radius-inner) var(--radius-inner) 10px;
color: var(--main);
margin-bottom: 8px;
word-break: break-all;
word-break: break-word;
line-height: 24px;
.parent {
color: #388bff;

View File

@ -14,8 +14,8 @@
"@codemirror/view": "^0.18.16"
},
"devDependencies": {
"@lopatnov/rollup-plugin-uglify": "^2.1.0",
"@lopatnov/rollup-plugin-uglify": "^2.1.1",
"@rollup/plugin-node-resolve": "^13.0.0",
"rollup": "^2.50.6"
"rollup": "^2.51.0"
}
}