Minor improvements for small screens
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
.btn-group(style='position: absolute; top: 15px; right: 15px;')
|
.btn-group(style='position: absolute; top: 15px; right: 15px;')
|
||||||
a.btn.btn-sm.btn-info(@click='newSession()', title='New Upload')
|
a.btn.btn-sm.btn-info(@click='newSession()', title='New Upload')
|
||||||
i.fa.fa-fw.fa-cloud-upload
|
i.fa.fa-fw.fa-cloud-upload
|
||||||
| new upload
|
span.hidden-xs new upload
|
||||||
.alert.alert-danger(v-show="error")
|
.alert.alert-danger(v-show="error")
|
||||||
strong
|
strong
|
||||||
i.fa.fa-exclamation-triangle
|
i.fa.fa-exclamation-triangle
|
||||||
|
|||||||
@@ -53,7 +53,9 @@
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
.modal-fluid {
|
@media (min-width: 768px) {
|
||||||
width: 90%;
|
.modal-fluid {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user