mirror of
https://git.notfire.cc/notfire/akkoma-fe.git
synced 2026-01-11 13:33:24 -08:00
Merge branch 'fix/remove-ghost-scrolling-mobile' into 'develop'
Change attachments margin to not cause the element to overflow. See merge request !73
This commit is contained in:
commit
7b8291c03c
1 changed files with 2 additions and 2 deletions
|
|
@ -33,10 +33,10 @@
|
|||
.attachments {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-right: -0.8em;
|
||||
margin-right: -0.7em;
|
||||
.attachment {
|
||||
flex: 1 0 30%;
|
||||
margin: 0.5em 0.8em 0.6em 0.0em;
|
||||
margin: 0.5em 0.7em 0.6em 0.0em;
|
||||
align-self: flex-start;
|
||||
|
||||
&.html {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue