mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Fix the post counts messed up in smaller viewports
This commit is contained in:
parent
48e1a0753a
commit
7a7d51f56e
1 changed files with 7 additions and 0 deletions
|
@ -119,6 +119,13 @@
|
|||
gap: 0.25em;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
> span {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
text-align: end;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue