mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 10:20:27 +01:00
🎨
This commit is contained in:
parent
e4ec2cc173
commit
d9e6c4cdfc
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const pagination = {
|
|||
|
||||
.stream {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
|
||||
grid-gap: 6px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue