code optimization

This commit is contained in:
tangly1024.com
2023-02-10 12:19:19 +08:00
parent 89a4f36b9c
commit a32f6ec56f
3 changed files with 35 additions and 22 deletions

View File

@@ -9,11 +9,9 @@
width: 100%;
border-radius: 0.5rem;
margin-bottom: 0.5rem;
/* @apply w-full rounded-lg */
}
.toolbar-item{
/* @apply whitespace-nowrap */
white-space: nowrap;
}
@@ -22,7 +20,6 @@
}
pre[class*='language-'] {
@apply mt-0 mb-2 pt-6 !important;
margin-top: 0rem !important;
margin-bottom: 0rem !important;
padding-top: 1.5rem !important;
@@ -30,9 +27,8 @@ pre[class*='language-'] {
}
.pre-mac {
/* @apply left-5 top-2 z-10 absolute */
position: absolute;
left: 1.25rem;
left: 0.9rem;
top: 0.5rem;
z-index: 10;
}
@@ -43,7 +39,6 @@ pre[class*='language-'] {
border-radius: 50%;
margin-right: 5px;
float: left;
/* @apply float-left */
}
.pre-mac > span:nth-child(1) {