@@ -378,9 +378,7 @@ footer .license a {
378378
379379
380380/* --- Panels ---*/
381- .panel-group {
382- position : -webkit-sticky ; /* Safari */
383- position : sticky ;
381+ .access {
384382 top : 2rem ;
385383 transition : top 0.2s ease-in-out ;
386384 margin-right : 1.5rem ;
@@ -389,20 +387,25 @@ footer .license a {
389387 color : #6c757d ;
390388}
391389
392- .panel-group.topbar-down {
390+ .access :only-child {
391+ position : -webkit-sticky ; /* Safari */
392+ position : sticky ;
393+ }
394+
395+ .access.topbar-down {
393396 top : 6rem ;
394397}
395398
396- .panel-group >div {
399+ .access >div {
397400 padding-left : 1rem ;
398401 border-left : 1px solid rgba (158 , 158 , 158 , 0.17 );
399402}
400403
401- .panel-group >div :not (:first-child ) {
404+ .access >div :not (:first-child ) {
402405 margin-top : 4rem ;
403406}
404407
405- .panel-group h3 {
408+ .access h3 {
406409 padding-top : .5rem ;
407410 padding-bottom : .5rem ;
408411 margin-top : 0 ;
@@ -412,15 +415,15 @@ footer .license a {
412415 font-family : ' Oswald' , sans-serif ;
413416}
414417
415- .panel-group .post-content {
418+ .access .post-content {
416419 font-size : .9rem ;
417420}
418421
419- #panel -tags >div .post-content >div {
422+ #access -tags >div .post-content >div {
420423 max-width : 80% ;
421424}
422425
423- #panel -tags .post-tag {
426+ #access -tags .post-tag {
424427 display : inline-block ;
425428 line-height : 1rem ;
426429 font-size : 0.85rem ;
@@ -431,14 +434,14 @@ footer .license a {
431434 margin-bottom : .3rem ;
432435}
433436
434- #panel -tags .post-tag :hover {
437+ #access -tags .post-tag :hover {
435438 background-color : #2a408e ;
436439 border-color : #2a408e ;
437440 color : #fff ;
438441 transition : none ;
439442}
440443
441- #panel-update ul >li {
444+ #access-lastmod ul >li {
442445 height : 1.8rem ;
443446 overflow : hidden ;
444447 text-overflow : ellipsis ;
@@ -448,7 +451,7 @@ footer .license a {
448451 list-style : none ;
449452}
450453
451- #panel-update ul a {
454+ #access-lastmod ul a {
452455 color : #6c757d ;
453456}
454457
@@ -585,7 +588,7 @@ p>a, span>a,
585588}
586589
587590.categories a ,
588- .panel-group a ,
591+ .access a ,
589592#archives a ,
590593#page-tag a ,
591594#page-category a ,
@@ -606,7 +609,7 @@ p>a, span>a,
606609footer a :hover ,
607610#post-wrap .post-content a :hover ,
608611#page .post-content a :hover ,
609- #panel-update a :hover {
612+ #access-lastmod a :hover {
610613 color : #d2603a ;
611614 border-bottom : 1px solid #d2603a ;
612615 text-decoration : none ;
@@ -819,10 +822,6 @@ table tbody td {
819822 filter : drop-shadow (2px 4px 6px rgba (0 ,0 ,0 ,0.08 ));
820823}
821824
822- #post-panel .panel-group {
823- position : static ;
824- }
825-
826825#toc-wrap {
827826 border-left : 1px solid rgba (158 , 158 , 158 , 0.17 );
828827 position : -webkit-sticky ;
@@ -1164,7 +1163,7 @@ a.tag:hover {
11641163
11651164#page-category a :hover ,
11661165#page-tag a :hover ,
1167- #panel-update a :hover {
1166+ #access-lastmod a :hover {
11681167 margin-bottom : -1px ; // Avoid jumping
11691168}
11701169
@@ -1497,12 +1496,12 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
14971496
14981497/* Pannel hidden */
14991498@media all and (max-width : 1200px ) {
1500- #post-list {
1501- padding-right : 0 ;
1499+ #panel-wrap {
1500+ display : none ;
15021501 }
15031502
1504- #panel-wrap , # post-panel {
1505- display : none ;
1503+ #post-list {
1504+ padding-right : 0 ;
15061505 }
15071506
15081507 .pagination {
0 commit comments