4,090
edits
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 1,772: | Line 1,772: | ||
padding-right: 1.3%; | padding-right: 1.3%; | ||
display: flex; | |||
justify-content: flex-start; /* Aligns the buttons to the right */ | |||
align-items: center; /* Vertically center the items */ | |||
gap: 10px; /* Adds a gap between the buttons */ | |||
} | } | ||