MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1,773: Line 1,773:
    
    
   display: flex;
   display: flex;
   justify-content: flex-end; /* Aligns the buttons to the right */
   justify-content: flex-start; /* Aligns the buttons to the right */
   align-items: center; /* Vertically center the items */
   align-items: center; /* Vertically center the items */
   gap: 10px; /* Adds a gap between the buttons */
   gap: 10px; /* Adds a gap between the buttons */

Navigation menu