Template:CharacterTableControls/style.css: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 17: Line 17:
align-items: center;
align-items: center;
justify-content: center;
justify-content: center;
height:32px;
height:34px;
width:32px;
width:36px;
margin: 0 1px;
margin: 0 1px;
border-radius: 2px;
}
}

Revision as of 08:07, 24 January 2023

.charactertable-controls {
    background-color: #f8f9fa;
    border: 1px solid #a2a9b1;
    margin: auto;
    
    padding: 0.2em 0.4em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.charactertable-controls div.controls > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height:34px;
    width:36px;
    margin: 0 1px;
    border-radius: 2px;
}