mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Responsive font-size for the poll and actions too
This commit is contained in:
parent
46c192af2d
commit
b490974638
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@
|
|||
.status.large .poll,
|
||||
.status.large .actions {
|
||||
font-size: 125%;
|
||||
font-size: calc(100% + 25% / var(--content-text-weight));
|
||||
}
|
||||
|
||||
/* MEDIA */
|
||||
|
|
Loading…
Reference in a new issue