mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-09-08 17:51:20 +02:00
align odd number rows of pages left with flex-start
This commit is contained in:
parent
50ce44c595
commit
39197d07c7
@ -500,13 +500,13 @@ label {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
/* Center pages container perfectly */
|
||||
/* Left align pages container */
|
||||
#pages-container {
|
||||
margin: 0 auto !important;
|
||||
display: flex !important;
|
||||
flex-wrap: wrap !important;
|
||||
justify-content: center !important;
|
||||
width: 100% !important; /* Use full available width within the card */
|
||||
justify-content: flex-start !important; /* Changed from center to flex-start */
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* Hide WebKit scrollbar completely */
|
||||
|
Loading…
Reference in New Issue
Block a user