fix button margin for mobile UI
This commit is contained in:
@@ -149,10 +149,12 @@ export default defineComponent({
|
|||||||
.multiselect {
|
.multiselect {
|
||||||
margin: 0 .5em 1em .5em;
|
margin: 0 .5em 1em .5em;
|
||||||
}
|
}
|
||||||
.multiselect-wrapper{
|
|
||||||
|
.multiselect-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.multiselect-wrapper button{
|
|
||||||
|
.multiselect-wrapper button {
|
||||||
margin: 0 0 1em 0;
|
margin: 0 0 1em 0;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
@@ -183,18 +185,23 @@ export default defineComponent({
|
|||||||
margin: 0 0rem 1rem 1rem;
|
margin: 0 0rem 1rem 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.multiselect-wrapper button {
|
||||||
|
margin: 0 .5em 1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
.multiselect {
|
.multiselect {
|
||||||
width: calc(100% - 1em)
|
width: calc(100% - 1em)
|
||||||
}
|
}
|
||||||
.playerChart{
|
|
||||||
display:none;
|
.playerChart {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
.weaponChart{
|
|
||||||
display:none;
|
.weaponChart {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#filters {
|
#filters {
|
||||||
grid-area: filters;
|
grid-area: filters;
|
||||||
}
|
}</style>
|
||||||
</style>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user