mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 17:59:01 +08:00
chore: change graph list layout to grid in explorer view (#7852)
This commit is contained in:
parent
c03541cd6c
commit
0ab50da7b0
@ -55,6 +55,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.explore-content {
|
.explore-content {
|
||||||
|
margin-top: 10px;
|
||||||
|
|
||||||
.ant-space {
|
.ant-space {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
@ -75,16 +77,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.time-series-container {
|
.time-series-container {
|
||||||
display: flex;
|
display: grid;
|
||||||
gap: 10px;
|
grid-template-columns: repeat(
|
||||||
|
auto-fit,
|
||||||
|
minmax(min(100%, calc(50% - 8px)), 1fr)
|
||||||
|
);
|
||||||
|
gap: 16px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
overflow-y: scroll;
|
|
||||||
|
|
||||||
.time-series-view {
|
|
||||||
min-width: 80%;
|
|
||||||
width: 80%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.related-metrics-container {
|
.related-metrics-container {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user