mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #435] h1 to h6 CSS attributes are duplicated in the preview style for markdown. #204
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#204
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @frenchiveruti on GitHub (Apr 25, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/435
Current behavior
Default values:
Expected behavior
There should be only one h1 font-size, etc.
Steps to reproduce
Environment
@frenchiveruti commented on GitHub (Apr 25, 2020):
Actually, to add on this, the whole thing is duplicated, kbd, ol, ul, li, the whole thing.
@arcturus140 commented on GitHub (Apr 25, 2020):
this is the expected behaviour. styling may be applied to the h1 element multiple times if the designer chose to do so.
this doesn't seem to be a valid issue. Do you need some help in making personal adjustments, perhaps?
@frenchiveruti commented on GitHub (Apr 25, 2020):
I'm sorry but really this can't be the expected behavior because both h1 attributes edit the same thing.
In this case h1 both on the top and on the bottom of the default style layout edit the font-size (one says 2em, and the other 32px), you can see that they're in different places because the vertical scroll bar on the right of the box it's one one image almost on top, and on the other is closer to the bottom.
Should I make a video to make the issue clearer?
@arcturus140 commented on GitHub (Apr 26, 2020):
@frenchiveruti oh, I see. You are right, this sure is weird.
@Rokt33r commented on GitHub (Apr 26, 2020):
This is definitely a bug. If anyone wants to tackle this issue, please try it!
@Rokt33r commented on GitHub (Jun 6, 2020):
Fixed by #478