feat(lidar): add dataset gateway boundary
This commit is contained in:
@@ -137,6 +137,17 @@
|
||||
}
|
||||
|
||||
@media (max-width: 760px) {
|
||||
.dataset-gateway__representations,
|
||||
.dataset-gateway__grid,
|
||||
.dataset-gateway__footer {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.dataset-gateway__representations > div + div {
|
||||
border-top: 1px solid rgb(255 255 255 / 0.07);
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.control-station .nodedc-header__profile-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user