ADD: added small details view on click on an entity
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
.controls{
|
||||
display: flex;
|
||||
/* display: flex; */
|
||||
width: 20%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.ControlsComponent{
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.ControlHeader{
|
||||
float: left;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.ControlValues{
|
||||
float: left;
|
||||
}
|
||||
Reference in New Issue
Block a user