"Adding margin-bottom to the pagination section in Directory Notes."

This commit is contained in:
Kartik sharma 2025-06-30 11:32:36 +05:30
parent 7919c147ee
commit 3109f577b0

View File

@ -130,7 +130,7 @@ const NotesCardViewDirectory = ({ notes, setNotesForFilter, searchText, filterAp
{/* Pagination */}
{totalPages > 1 && (
<div className="d-flex justify-content-end mt-2 align-items-center gap-2"
style={{ marginRight: '70px' }}>
style={{ marginBottom: '70px' }}>
{/* Previous Button */}
<button
className="btn btn-sm rounded-circle border text-secondary" // Added text-secondary for lighter color, kept btn-sm for smaller size like in image