MediaWiki:Group-user.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 146: Line 146:
   border: 1px solid #6200ee;
   border: 1px solid #6200ee;
}
}
.view-button p {
.view-button {
     display: flex; /* Enables Flexbox for the <p> tag */
     display: flex; /* Enables Flexbox */
     justify-content: center; /* Centers content horizontally */
     align-items: center; /* Vertically centers the flex items */
     align-items: center; /* Centers content vertically */
     justify-content: center; /* Horizontally centers the flex items, if needed */
     height: 100%; /* Ensures the <p> tag takes full height of its container */
     flex-direction: column; /* Stacks items vertically */
    padding-top: 3px;
}
}

Navigation menu