more fixes

This commit is contained in:
Henry Jameson 2024-02-13 02:27:53 +02:00
commit c16f1d4e35
12 changed files with 20 additions and 122 deletions

View file

@ -9,10 +9,8 @@
height: 100%;
border-style: solid;
border-width: 1px;
border-radius: $fallback--attachmentRadius;
border-radius: var(--attachmentRadius, $fallback--attachmentRadius);
border-color: $fallback--border;
border-color: var(--border, $fallback--border);
border-radius: var(--roundness);
border-color: var(--border);
.attachment-wrapper {
flex: 1 1 auto;