mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 00:38:49 +01:00
Smaller gaps between media attachments
This commit is contained in:
parent
dc37100442
commit
c6e71e2432
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 8px;
|
gap: 2px;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
.status .media {
|
.status .media {
|
||||||
|
|
Loading…
Reference in a new issue