mynote icon indicating copy to clipboard operation
mynote copied to clipboard

remove the upper part of progressBar

Open SorinGFS opened this issue 1 year ago • 2 comments

Describe the bug The upper part of progressBar is covering the actual page content.

Expected behavior The progressBar should be exactly as its name sais: a progress bar.

Additional context So, despite the fact that the progressBar would be something usefull is actually useless due to that extra overlay.

SorinGFS avatar Jun 20 '23 05:06 SorinGFS

Thanks for reporting this issue. Today's 2.0.5 release has fixed this problem, please update Mynote through your WordPress control panel.

terrylinooo avatar Jun 20 '23 11:06 terrylinooo

Actually I reported this issue after I updated the theme to 2.0.5 :smile: What I mean is that we don't need the <div class="container"> from the following snippet:

<div class="single-post-title-bar clear fixed-top slide-down" role="banner" style="display: block;">
	<div class="container">
		<nav class="navbar navbar-expand-lg navbar-dark" role="navigation">
			<div id="progress-title">WP Markdown Reference</div>
		</nav>
	</div>
	<div class="progress-wrapper">
		<div class="progress-label">1%</div>
		<progress value="306" max="19827"></progress>
	</div>
</div>

That part looks like this:

Screen Shot 2023-06-20 at 15 06 22

... and that part is covering the actual page content. For example, the first rows of TOC in every post will go under that overlay!

SorinGFS avatar Jun 20 '23 12:06 SorinGFS