alxndrsn commented on code in PR #9225:
URL: https://github.com/apache/pouchdb/pull/9225#discussion_r3072096313


##########
docs/_layouts/default.html:
##########
@@ -71,7 +71,7 @@
 
           <h1 class="margin-bottom-none">{{ title }}</h1>
           {% if edit != false %}
-            <span class="h1 margin-bottom-none">
+            <span class="h1 margin-bottom-none" style="display: inline-block;">

Review Comment:
   Currently on a slim screen this change will look like this:
   
   <kbd>
   <img width="324" height="473" alt="Image" 
src="https://github.com/user-attachments/assets/3a6afdb4-b5bd-4a25-8fdb-f44750381fea";
 />
   </kbd>
   
   Would it be preferable to move the `span` inside the `h1`?  This would give:
   
   <kbd>
   
   <img width="324" height="402" alt="Image" 
src="https://github.com/user-attachments/assets/7f9abce7-6200-48e8-8858-140ef2e19cb0";
 />
   
   </kbd>
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to