* Adjust code for style in crumbs .

This commit is contained in:
guofeilong
2023-04-12 10:34:14 +08:00
parent bda285d84b
commit 685b9489b2
2 changed files with 11 additions and 9 deletions
+2 -1
View File
@@ -25,7 +25,6 @@
.article-content .info .keywords .label {padding-right:8px; padding-left:8px; color:#18A6FD; border-color:rgba(24, 166, 253, 0.25); height:22px; line-height:14px; margin-right:4px;}
.article-content {width: 100%; display: inline-block;}
/* .outline-toggle i.icon-angle-right, i.icon-angle-left {width: 18px; height: 18px; border-radius: 50%; position: absolute; padding-left: 2px; padding-top: 1px;} */
.outline-toggle {position: absolute; right: 20px; top: 50px;}
.outline-toggle i.icon-angle-right:before {content: "\e314"; cursor: pointer;}
.outline-toggle i.icon-angle-left:before {content: "\e315"; cursor: pointer;}
@@ -68,5 +67,7 @@
.crumbs a {padding: 6px 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.crumbs .separator {flex: 0 0 15px; display: flex; justify-content: center; align-items: center;}
.crumbs :last-child {flex: none;}
.crumbs a {flex: none;}
.flex-auto {flex: auto!important;}
.main-col {position: relative;}