Fix styles

This commit is contained in:
2020-04-16 18:53:38 +03:00
parent 342a0ec7b3
commit cc10f38a54
7 changed files with 40 additions and 19 deletions

View File

@ -47,8 +47,7 @@ export default {
}
#dashboard-inner {
background-color: white;
margin: 4px;
padding-bottom: 10px;
padding: 10px;
}
.separator {
margin: 10px auto;

View File

@ -24,10 +24,12 @@ export default {
<style scoped>
.title {
font-size: 160%;
margin: 8px;
padding-top: 8px;
margin-bottom: 8px;
}
.version {
font-size: 120%;
margin: 8px;
margin-top: 8px;
margin-bottom: 8px;
}
</style>

View File

@ -47,10 +47,12 @@ export default {
<style scoped>
.task-list {
margin: 8px 8px auto;
margin-top: 8px;
margin-bottom: 8px;
}
.summary {
margin: 10px auto 0;
margin-top: 10px;
margin-bottom: 0;
}
.container {
overflow-y: scroll;