mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 12:01:33 +02:00
chore: update comments for consistency, improve code readability and structure
This commit is contained in:
parent
ca45fed0aa
commit
fedf4cee1e
38 changed files with 46 additions and 60 deletions
|
@ -41,7 +41,7 @@ const SubtitleTag = isPost ? 'div' : 'h2'
|
|||
'font-bold font-title',
|
||||
]}
|
||||
>
|
||||
<!-- Fix text cropping issues during view transition on ios by adding a div tag -->
|
||||
<!-- Fix text cropping issues during view transition on iOS by adding a div tag -->
|
||||
<div
|
||||
class="box-content inline-block pr-1"
|
||||
transition:name={`site-title-${currentLang}`}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue