Fix problem of PL #956 #962

Closed
mskf1383 wants to merge 3 commits from (deleted):main into main
Contributor

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:

.card header {     /*******/
    display: flex; /* New */
}                  /*******/
.card h3 {
    flex-grow: 1;
    margin: 0;
    font-family: "Vazir","Playfair Display",serif;
    font-size: 1.75em;
    font-weight: normal;
    line-height: 1.75;
    display: inline-block;
    position: absolute; /* removed */
}

I hope there isn't any more problems!

The pull request https://git.joinplu.me/Plume/Plume/pulls/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: ```css .card header { /*******/ display: flex; /* New */ } /*******/ .card h3 { flex-grow: 1; margin: 0; font-family: "Vazir","Playfair Display",serif; font-size: 1.75em; font-weight: normal; line-height: 1.75; display: inline-block; position: absolute; /* removed */ } ``` I hope there isn't any more problems!
mskf1383 added 2 commits 2021-11-29 13:44:25 +00:00
Contributor

@mskf1383 Please don't remove position: absolute; completely, I changed it to position: relative; in #960 in order to make what you're adressing work on mobile devices like the iPhone too!

Thanks,

@mskf1383 Please don't remove `position: absolute;` completely, I changed it to `position: relative;` in #960 in order to make what you're adressing work on mobile devices like the iPhone too! Thanks,
Author
Contributor

@mskf1383 Please don't remove position: absolute; completely, I changed it to position: 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:
My first change

Your change:
Your change

This change:
This change

> @mskf1383 Please don't remove `position: absolute;` completely, I changed it to `position: 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: ![My first change](https://git.joinplu.me/attachments/d7e2732e-402f-4b19-9823-c567e5a621cc) Your change: ![Your change](https://git.joinplu.me/attachments/89ff18ed-f918-4d12-80e8-6b922d8cb86e) This change: ![This change](https://git.joinplu.me/attachments/09254ab9-7b60-43b4-b68a-3fcbc3aefb6d)
Author
Contributor

And nothing happen if I add a position: relative to it

And nothing happen if I add a `position: relative` to it
Contributor

@mskf1383 I suppose you're right. Your pull request will have a merge conflict with #960 because of position: relative; though...

@mskf1383 I suppose you're right. Your pull request will have a merge conflict with #960 because of `position: relative;` though...
mskf1383 added 1 commit 2021-12-02 13:11:46 +00:00
mskf1383 closed this pull request 2021-12-02 13:14:13 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#962
No description provided.