Fix attachment row gap

This commit is contained in:
windingwind 2024-01-16 23:06:53 +08:00 committed by Dan Stillman
parent b2ce3d4a5c
commit e1f026b037

View file

@ -58,6 +58,12 @@ attachments-box {
.attachments-container {
padding-left: 12px;
display: flex;
flex-direction: column;
@include comfortable {
gap: 4px;
}
}
}
}