Use relative font size and set appropriate overflow behavior #355
No reviewers
Labels
No labels
a11y
Bug
Bug fix
cannot reproduce
CSS
Documentation
enhancement
Feature
Feature request
Held for next release cycle
Minor change
needs change/feedback
performance
priority: critical
priority: high
priority: low
priority: medium
priority: patch welcome
regression
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…
Add table
Add a link
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: autoinstead ofoverflow: scrollfor description container, because it never overflow horizontally and there's a useless scrollbar (screenshot).overflow: autowill just shows scrollbar when it overflows.remfor 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)f8dcb33de0235c734d37Update some stylingto Use relative font size and set appropriate overflow behaviorseems ok to me!
thanks