fix button margin for mobile UI

This commit is contained in:
2023-05-01 17:54:30 +02:00
parent 4e56f70fec
commit fd6ad61923
+9 -2
View File
@@ -149,9 +149,11 @@ export default defineComponent({
.multiselect {
margin: 0 .5em 1em .5em;
}
.multiselect-wrapper {
display: flex;
}
.multiselect-wrapper button {
margin: 0 0 1em 0;
font-size: 16px;
@@ -183,12 +185,18 @@ export default defineComponent({
margin: 0 0rem 1rem 1rem;
}
.multiselect-wrapper button {
margin: 0 .5em 1em 0;
}
.multiselect {
width: calc(100% - 1em)
}
.playerChart {
display: none;
}
.weaponChart {
display: none;
}
@@ -196,5 +204,4 @@ export default defineComponent({
#filters {
grid-area: filters;
}
</style>
}</style>