fix: add fold-code button when code is expand

This commit is contained in:
code-october
2024-09-27 12:08:39 +00:00
parent 870ad913cc
commit 85227596f8
5 changed files with 8 additions and 2 deletions

View File

@@ -331,6 +331,7 @@ pre {
.expanded {
background-image: none;
justify-content: flex-end;
}
.collapsed {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.06));