File tree Expand file tree Collapse file tree 4 files changed +15
-16
lines changed Expand file tree Collapse file tree 4 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" control-flaw-bar" >
3
- <span v-b-tooltip.hover
4
- :title =" 'Immediately stop all robots (' + Object.keys(keymapHalt)[0] + ')'" >
3
+ <div v-b-tooltip.hover
4
+ :title =" 'Immediately stop all robots (' + Object.keys(keymapHalt)[0] + ')'" >
5
5
<b-button v-hotkey =" keymapHalt"
6
6
ref =" btnHalt"
7
7
v-on:click =" send('halt')"
8
8
v-bind:disabled =" halted" >
9
9
Halt
10
10
</b-button >
11
- </span >
11
+ </div >
12
12
13
- <span v-b-tooltip.hover
13
+ <div v-b-tooltip.hover
14
14
:title =" 'Continue based on last game event (' + Object.keys(keymapContinue)[0] + ')'" >
15
15
<b-button v-hotkey =" keymapContinue"
16
16
ref =" btnContinue"
22
22
{{state.nextCommand}}
23
23
</span >
24
24
</b-button >
25
- </span >
25
+ </div >
26
26
</div >
27
27
</template >
28
28
82
82
position : fixed ;
83
83
bottom : 0 ;
84
84
text-align : center ;
85
+ display : flex ;
86
+ justify-content : center ;
85
87
}
86
88
</style >
Original file line number Diff line number Diff line change 77
77
78
78
<style scoped>
79
79
.content {
80
- text-align : left ;
81
- overflow-y : auto ;
82
- /* max-height: 15em;*/
80
+ text-align : center ;
83
81
}
84
82
85
83
.game-event-item {
90
88
border-radius : 5px ;
91
89
padding : 0.2em ;
92
90
margin : 0.2em ;
91
+ text-align : left ;
93
92
}
94
93
95
94
.details-row {
96
95
margin-bottom : 0 ;
97
96
}
98
97
99
- .buttons {
100
- position : absolute ;
101
- right : 0 ;
102
- bottom : 0 ;
103
- margin : 0.0em ;
104
- display : flex ;
105
- }
106
-
107
98
.btn-accept {
108
99
margin : 0.1em ;
109
100
}
Original file line number Diff line number Diff line change 79
79
80
80
<style scoped>
81
81
82
+ .content {
83
+ text-align : center ;
84
+ }
85
+
82
86
.proposal-item {
83
87
position : relative ;
84
88
min-height : 2em ;
87
91
border-radius : 5px ;
88
92
padding : 0.2em ;
89
93
margin : 0.2em ;
94
+ text-align : left ;
90
95
}
91
96
92
97
.btn-accept {
Original file line number Diff line number Diff line change 29
29
text-align : left ;
30
30
overflow-y : auto ;
31
31
max-height : 85vh ;
32
+ min-width : 20em ;
32
33
}
33
34
34
35
</style >
You can’t perform that action at this time.
0 commit comments