LSTM-Kirigaya / typora-haru-theme

a light & inspirational theme for typora
114 stars 14 forks source link

some bugs in <title and blockquote> #3

Open LILKOTYO opened 2 years ago

LILKOTYO commented 2 years ago

When I used , I found some strange things, as shown in the picture: <img referrerpolicy="no-referrer" src="https://user-images.githubusercontent.com/52920453/169940197-927a49eb-b2ba-4a74-9d29-55f672f719dc.png" alt="微信截图_20220524105907" /></p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/LSTM-Kirigaya"><img src="https://avatars.githubusercontent.com/u/59416203?v=4" />LSTM-Kirigaya</a> commented <strong> 2 years ago</strong> </div> <div class="markdown-body"> <p>你好,对于第一个问题,我测试了一下,我这边是正常的。或许你可以尝试下载最新的版本?我修改了几个地方。</p> <p><img src="https://user-images.githubusercontent.com/59416203/170854374-ca32d05c-6ddb-474d-a84f-ae64063dac49.png" alt="image" /></p> <p>对于第二个问题,Typora本身的问题,它会在DOM元素被选中时施加一个<code>md-expand</code>类,目前我无法修改这个类,因为我不知道它定义了什么。</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/hongyun-robot"><img src="https://avatars.githubusercontent.com/u/67003874?v=4" />hongyun-robot</a> commented <strong> 2 years ago</strong> </div> <div class="markdown-body"> <p>对于第二个问题我这边已经修改好,在 <code>#write blockquote h3::before</code> 、 <code>#write blockquote h4::before</code> 、 <code>#write blockquote h5::before</code> 这三处加上代码即可</p> <pre><code class="language-css"> float: none; position: relative; top: 0; left: 0; vertical-align: baseline; border-width: 0;</code></pre> <p>取消 <code>md-expand</code> 这个类带来的影响</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/hongyun-robot"><img src="https://avatars.githubusercontent.com/u/67003874?v=4" />hongyun-robot</a> commented <strong> 2 years ago</strong> </div> <div class="markdown-body"> <p>@LSTM-Kirigaya 第一个问题是在第一行输入很多,然后会自动换行,之后就出现bug了 <img src="https://user-images.githubusercontent.com/67003874/173984609-3f224dc7-4b18-484b-9950-06d03eb5c43e.png" alt="image" /> 目前来说只有英文会有问题中文暂时没有问题 建议在 <code>span</code> 标签加上 <code>word-break: break-all;</code> 这个属性</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/LSTM-Kirigaya"><img src="https://avatars.githubusercontent.com/u/59416203?v=4" />LSTM-Kirigaya</a> commented <strong> 2 years ago</strong> </div> <div class="markdown-body"> <p>非常感谢您的建议!我已经改正了,现在已经上传。 :D</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/fan20yong"><img src="https://avatars.githubusercontent.com/u/80842144?v=4" />fan20yong</a> commented <strong> 1 year ago</strong> </div> <div class="markdown-body"> <p><img src="https://user-images.githubusercontent.com/80842144/231235893-b14c42b5-e39d-443d-bf2d-e9b2c90c58ce.png" alt="image" /> 为什么每次输入Tab键总是 显示乱码呢</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>