13 lines
186 B
CSS
13 lines
186 B
CSS
.ban-popup-content{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#ban-popup-button-span{
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
#ban-popup-button-span-spacer{
|
|
flex: 1;
|
|
} |