more fixes
This commit is contained in:
parent
bcc5084409
commit
c16f1d4e35
12 changed files with 20 additions and 122 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue