Use relative font size and set appropriate overflow behavior #355
No reviewers
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#355
Loading…
Reference in a new issue
No description provided.
Delete branch "xarvos/pleroma-fe:update-css"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two minor styling updates:
overflow: auto
instead ofoverflow: scroll
for description container, because it never overflow horizontally and there's a useless scrollbar (screenshot).overflow: auto
will just shows scrollbar when it overflows.rem
for font-size rather thanpx
, so it respects users' browser settings. I would much prefer it to be 1rem (which is the default and this block can be removed), but I don't want to break anyone's styling and 0.875rem would be the same 14px if one uses the default font size (16px)f8dcb33de0
to235c734d37
Update some stylingto Use relative font size and set appropriate overflow behaviorseems ok to me!
thanks