Bilibili-Evolved/min/fold-comment.min.css
2019-07-03 20:33:42 +08:00

1 line
472 B
CSS

.panel-area .bb-comment .fold-comment{position:sticky;bottom:0;height:40px;width:calc(100% + 20px);transform:translateX(-10px);display:flex;align-items:center;justify-content:center;background-color:#fff;color:#99a2aa;cursor:pointer;transition:.2s ease-out}.panel-area .bb-comment .fold-comment:hover{color:#000}body.dark .panel-area .bb-comment .fold-comment{background-color:#444;color:#eee}body.dark .panel-area .bb-comment .fold-comment:hover{color:var(--theme-color)}