Fix responsive
This commit is contained in:
@@ -138,6 +138,13 @@ export default defineComponent({
|
|||||||
.multiselect {
|
.multiselect {
|
||||||
margin: 0 .5em 1em .5em;
|
margin: 0 .5em 1em .5em;
|
||||||
}
|
}
|
||||||
|
.multiselect-wrapper{
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
.multiselect-wrapper button{
|
||||||
|
margin: 0 0 1em 0;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
#playerView {
|
#playerView {
|
||||||
margin: 0 1rem 1rem 1rem;
|
margin: 0 1rem 1rem 1rem;
|
||||||
@@ -158,7 +165,7 @@ export default defineComponent({
|
|||||||
display: grid;
|
display: grid;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
grid-template-areas:
|
grid-template-areas:
|
||||||
'list list';
|
'list list';
|
||||||
grid-template-columns: 100%;
|
grid-template-columns: 100%;
|
||||||
grid-template-rows: 100%;
|
grid-template-rows: 100%;
|
||||||
width: calc(100vw - 1em);
|
width: calc(100vw - 1em);
|
||||||
@@ -168,6 +175,12 @@ export default defineComponent({
|
|||||||
.multiselect {
|
.multiselect {
|
||||||
width: calc(100% - 1em)
|
width: calc(100% - 1em)
|
||||||
}
|
}
|
||||||
|
.playerChart{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.weaponChart{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#filters {
|
#filters {
|
||||||
|
|||||||
Reference in New Issue
Block a user