Fix problem of PL #956 #962
No reviewers
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#962
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "(deleted):main"
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?
The pull request #956 has problem with posts with long title. In posts with long title, description went behind the title.
So I made some other changes to fix that:
I hope there isn't any more problems!
@mskf1383 Please don't remove
position: absolute;
completely, I changed it toposition: relative;
in #960 in order to make what you're adressing work on mobile devices like the iPhone too!Thanks,
I don't think this make problem for mobile screens.
I attach some pictures.
My first change:

Your change:

This change:

And nothing happen if I add a
position: relative
to it@mskf1383 I suppose you're right. Your pull request will have a merge conflict with #960 because of
position: relative;
though...Pull request closed