2023-04-06 22:08:11 +00:00
|
|
|
@media screen and (min-width: 1000px) {
|
|
|
|
div {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
column-gap: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 1000px) {
|
|
|
|
#instance-status {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#instance-type {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#node-name {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#node-status-div {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-12-16 02:13:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-group {
|
2023-04-03 22:49:24 +00:00
|
|
|
margin-left: 0px;
|
|
|
|
justify-content: flex-end;
|
2022-12-14 22:30:46 +00:00
|
|
|
}
|