Grow/shrink buttons depending on number of buttons visible
This commit is contained in:
@ -42,13 +42,14 @@ button i.fa-spin {
|
|||||||
background-color: #008CBA;
|
background-color: #008CBA;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
button, .btn-group {
|
button, .btn-group {
|
||||||
width: 33.33333%;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group {
|
.btn-group {
|
||||||
@ -191,4 +192,4 @@ button i.fa-spin {
|
|||||||
|
|
||||||
.enforce-bottom-margin {
|
.enforce-bottom-margin {
|
||||||
margin-bottom: 5px !important;
|
margin-bottom: 5px !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user