mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 18:48:31 +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 {
|
.stream {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
|
||||||
grid-gap: 6px;
|
grid-gap: 6px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue