Open Issues Need Help
View All on GitHub Documentation • Project Documentation
Fix responsive placement of "copy page" button on mobile about 1 month ago
AI Summary: The task is to adjust the responsive design of the 'copy page' button on mobile devices. Currently, it's inline with the title, causing layout issues on smaller screens. The solution involves either hiding the button on mobile or repositioning it to a new line below the title using CSS media queries or a CSS framework's responsive utilities.
Complexity:
2/5
good first issue