分类统计
This commit is contained in:
@@ -646,6 +646,7 @@ a {
|
||||
|
||||
.post-layout .article {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -1314,6 +1315,7 @@ time {
|
||||
.article {
|
||||
--article-padding: clamp(24px, 5vw, 48px);
|
||||
width: min(var(--article-width), calc(100% - (var(--page-gutter) * 2)));
|
||||
min-width: 0;
|
||||
margin: 64px auto 84px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.58);
|
||||
border-radius: 8px;
|
||||
@@ -1329,6 +1331,10 @@ time {
|
||||
-webkit-backdrop-filter: blur(18px) saturate(165%);
|
||||
}
|
||||
|
||||
.prose {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.article-header {
|
||||
position: relative;
|
||||
margin-bottom: 28px;
|
||||
@@ -1665,6 +1671,7 @@ time {
|
||||
}
|
||||
|
||||
.prose pre {
|
||||
max-width: 100%;
|
||||
margin: 0;
|
||||
overflow-x: auto;
|
||||
padding: 18px;
|
||||
@@ -1931,6 +1938,9 @@ time {
|
||||
|
||||
.prose .code-block {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
min-width: 0;
|
||||
margin: 1.25em 0;
|
||||
overflow: hidden;
|
||||
border: 1px solid rgba(15, 118, 110, 0.16);
|
||||
@@ -1967,6 +1977,7 @@ time {
|
||||
}
|
||||
|
||||
.prose .code-block pre {
|
||||
max-width: 100%;
|
||||
max-height: none;
|
||||
padding: 44px 18px 18px;
|
||||
background: transparent;
|
||||
|
||||
Reference in New Issue
Block a user