Skip to content

Commit c9ae632

Browse files
better style
1 parent bedfa0b commit c9ae632

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ body {
1414
}
1515
#controls-box{
1616
background-color: #c5c5c5;
17-
padding: 5px;
1817
}
1918
.controls-container {
2019
display: flex;
@@ -138,8 +137,6 @@ canvas{
138137
}
139138
#load-checkpoint-btn{
140139
margin-left: 12px;
141-
padding: 5px 10px;
142-
font-size: 16px;
143140
}
144141
#load-checkpoint-btn-backend{
145142
display: none;
@@ -160,10 +157,11 @@ canvas{
160157
flex-direction: row;
161158
align-items: center;
162159
justify-content: center;
160+
margin: 8px;
163161
}
164162

165163
#controller-selector-container{
166-
margin-right: 15px;
164+
margin-right: 5px;
167165
}
168166
#controller-selector-form{
169167
display: flex;
@@ -180,6 +178,8 @@ canvas{
180178
grid-template-columns: auto auto;
181179
grid-template-rows: auto auto;
182180
gap: 10px;
181+
padding-left: 3px;
182+
border-left: 5px solid black;
183183
}
184184
.policy-container-item{
185185
display: flex;

0 commit comments

Comments
 (0)