Fix fold comment width (fix #4282)

This commit is contained in:
the1812 2023-07-12 08:31:29 +08:00
parent e821aa7927
commit 0177577c07

View File

@ -4,9 +4,8 @@
position: sticky;
bottom: 0;
height: 40px;
width: calc(100% + 48px);
width: 100%;
font-size: 14px;
transform: translateX(-24px);
display: flex;
align-items: center;
justify-content: center;